Resolved configuration.
Called after all tests have been run, or testing has been interrupted. Note that this method may return a [Promise] and Playwright Test will await it. Reporter is allowed to override the status and hence affect the exit code of the test runner.
Called on some global error, for example unhandled exception in the worker process.
The error.
Called after a test has been finished in the worker process.
Test that has been finished.
Result of the test run.
Called once before running tests. All tests have been already discovered and put into a hierarchy of Suites.