()
| 83 | return orchestrator.createTesters(options) |
| 84 | }, |
| 85 | async cleanupTesters() { |
| 86 | const orchestrator = await waitForOrchestrator() |
| 87 | return orchestrator.cleanupTesters() |
| 88 | }, |
| 89 | cdpEvent(event: string, payload: unknown) { |
| 90 | const cdp = getBrowserState().cdp |
| 91 | if (!cdp) { |
nothing calls this directly
no test coverage detected