UNPKG

e2ed

Version:

E2E testing framework over Playwright

10 lines (9 loc) 247 B
type Options = Readonly<{ skipLogs?: boolean; timeout?: number; }>; /** * Waits for start of page load (when change the url or reload page). */ export declare const waitForStartOfPageLoad: (options?: Options) => Promise<URL>; export {};