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

Method onExit

packages/playwright/types/testReporter.d.ts:182–182  ·  view source on GitHub ↗

* Called immediately before test runner exists. At this point all the reporters have received the * [reporter.onEnd(result)](https://playwright.dev/docs/api/class-reporter#reporter-on-end) signal, so all the reports * should be build. You can run the code that uploads the reports in this hook.

()

Source from the content-addressed store, hash-verified

180 * should be build. You can run the code that uploads the reports in this hook.
181 */
182 onExit?(): Promise<void>;
183
184 /**
185 * Called when something has been written to the standard error in the worker process.

Callers 2

launchProcessFunction · 0.65

Implementers 8

ReporterV2Wrapperpackages/playwright/src/reporters/repo
InternalReporterpackages/playwright/src/reporters/inte
Multiplexerpackages/playwright/src/reporters/mult
ExpectationReportertests/bidi/expectationReporter.ts
CsvReportertests/bidi/csvReporter.ts
TestReportertests/playwright-test/reporter.spec.ts
MyReportertests/installation/fixture-scripts/pla
MarkdownReportertests/config/ghaMarkdownReporter.ts

Calls

no outgoing calls

Tested by

no test coverage detected