UNPKG

cybernaut

Version:

Reliable, automated web UI testing in BDD-style.

6 lines (5 loc) 326 B
export declare function given(name: string, fn: () => void): void; export declare function when(name: string, fn: () => void): void; export declare function then(name: string, fn: () => Promise<void>): void; export declare function and(name: string, fn: () => void): void; export declare function shortSleep(): Promise<void>;