UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 142 B
import type { Log } from '../../types/internal'; /** * Logs every actions and API requests in e2ed tests. */ export declare const log: Log;