UNPKG

@playwright-mocks/reporters

Version:

Single Playwright reporter for mock interceptor with configurable logging and HTML report generation utility

14 lines 572 B
import type { FullConfig, Reporter, Suite, TestCase, TestResult } from '@playwright/test/reporter'; import type { ReporterOptions } from './types.js'; export declare class PwMocksReporter implements Reporter { private testsRunOutput; private htmlReportGenerator; private options; private loggingService; constructor(options?: ReporterOptions); onBegin(config: FullConfig, suite: Suite): void; onTestEnd(test: TestCase, result: TestResult): void; onEnd(): void; printsToStdio(): boolean; } //# sourceMappingURL=pw-mocks-reporter.d.ts.map