Skip to main content

Module runner

Module runner 

Source
Expand description

Test runner orchestrator: overlaps browser launch with test dispatch, handles retries with flaky detection.

Structs§

BrowserHandle
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.
TestRunner
Top-level test runner.