mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This reworks DeadlineRunner to use exception to signal timeout. This way, we'll be able to run fixtures against a shared deadline vs their own deadline and still get an easy control-flow timeout handling.