Expand description
Test runner orchestrator: overlaps browser launch with test dispatch, handles retries with flaky detection.
Structs§
- Browser
Handle - Lazy-launch handle for a worker’s browser. The browser is launched
on first
get()call and cached. Workers that never access the browser (e.g. config-only tests) skip the launch entirely — under CI conditions where Chromium first-launch can take >30s, this keeps non-browser tests inside the per-test deadline. - Test
Runner - Top-level test runner.