UNPKG

e2ed

Version:

E2E testing framework over Playwright

10 lines (9 loc) 312 B
import type { ConsoleMessage } from '../types/internal'; type Options = Readonly<{ showMessagesInLog?: boolean; }>; /** * Returns an object that contains messages output to the browser console. */ export declare const getBrowserConsoleMessages: (options?: Options) => readonly ConsoleMessage[]; export {};