* 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.
()
| 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. |
no outgoing calls
no test coverage detected