MCPcopy
hub / github.com/microsoft/playwright / onTestEnd

Method onTestEnd

tests/playwright-test/pause-at-end.spec.ts:52–55  ·  view source on GitHub ↗
(test: TestCase, result: TestResult)

Source from the content-addressed store, hash-verified

50 }
51 }
52 onTestEnd(test: TestCase, result: TestResult): void {
53 console.log('%%onTestEnd');
54 this._printErrors(result);
55 }
56 onStdOut(chunk: string | Buffer) {
57 console.log(chunk);
58 }

Callers

nothing calls this directly

Calls 2

_printErrorsMethod · 0.95
logMethod · 0.65

Tested by

no test coverage detected