- Modifiers that only depend on the worker fixtures are implemented as `beforeAll` hooks. - Modifiers that depend on test fixtures are implemented as `beforeEach` hooks. - Pushed `_runAndFailOnError` down the stack, wrapping individual hooks instead of the whole "before hooks" section. - Reused the same code to run `beforeAll` and `afterAll` hooks and modifiers. **Behavior change**: `test.skip()` inside a `beforeAll` now skips the hook and all tests in the suite. |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| components | ||
| config | ||
| electron | ||
| image_tools | ||
| installation | ||
| library | ||
| page | ||
| playwright-test | ||
| stress | ||
| webview2 | ||
| .eslintrc.js | ||
| index.d.ts | ||
| tsconfig.json | ||