Currently, it is possible to run a function, e.g. a second `beforeEach` hook, that will receive `null` for the fixture that has already failed before. This PR skips running any user function that uses a fixture that has already failed, just like if the fixture would be initialized again and failing for the second time. |
||
|---|---|---|
| .. | ||
| bundles | ||
| src | ||
| types | ||
| .npmignore | ||
| cli.js | ||
| index.d.ts | ||
| index.js | ||
| index.mjs | ||
| package.json | ||
| README.md | ||
| reporter.d.ts | ||
| reporter.js | ||
| reporter.mjs | ||
| ThirdPartyNotices.txt | ||
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.