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

By default, fixtures share timeout with the test they are instantiated for. However, for more heavy fixtures, especially worker-scoped ones, it makes sense to have a separate timeout. This introduces `{ timeout: number }` option to the list of fixture options that opts the fixture into a dedicated timeout rather than sharing it with the test.