UNPKG

e2ed

Version:

E2E testing framework over Playwright

10 lines (9 loc) 240 B
import type { JsError } from '../types/internal'; type Options = Readonly<{ showErrorsInLog?: boolean; }>; /** * Get browser JS errors. */ export declare const getBrowserJsErrors: (options?: Options) => readonly JsError[]; export {};