mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
25483452c0
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. |
||
---|---|---|
.. | ||
test | ||
exported.json | ||
index.js | ||
overrides-test.d.ts | ||
overrides-testReporter.d.ts | ||
overrides.d.ts | ||
parseOverrides.js |