playwright/packages/playwright-test/types
Dmitry Gozman 25483452c0
feat(fixtures): per-fixture timeout (#12751)
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.
2022-03-17 09:36:03 -07:00
..
test.d.ts feat(fixtures): per-fixture timeout (#12751) 2022-03-17 09:36:03 -07:00
testExpect.d.ts chore: restore expect.any()/expect.anything() (#12820) 2022-03-16 21:34:41 +01:00
testReporter.d.ts feat(test-runner): support expect.soft (#11800) 2022-02-02 18:33:51 -08:00