UNPKG

visreg-test

Version:

A visual regression testing solution that offers an easy setup with simple yet powerful customisation options, wrapped up in a convenient CLI runner to make assessing and accepting/rejecting diffs a breeze.

12 lines (11 loc) 418 B
export declare const maxViewportWidth: number; export declare const maxViewportHeight: number; export declare const timeouts: { defaultCommandTimeout?: 4000 | undefined; execTimeout?: 60000 | undefined; taskTimeout?: 60000 | undefined; pageLoadTimeout?: 60000 | undefined; requestTimeout?: 5000 | undefined; responseTimeout?: 30000 | undefined; }; export declare const suitesDirectory: string;