UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 125 B
/** * Pauses the test and switches to the step-by-step execution mode. */ export declare const pause: () => Promise<void>;