This turns expect zones into step zones to avoid handling them specially. The only observable difference is that `expect.toPass()` and `expect.poll()` are now reported as a step with `category: 'step'` instead of `category: 'expect'`. This actually better reflects reality, because these expects are retriable steps that execute other expects inside, as seen from the tests. |
||
|---|---|---|
| .. | ||
| bin | ||
| bundles | ||
| src | ||
| types | ||
| .eslintrc.js | ||
| .npmignore | ||
| browsers.json | ||
| cli.js | ||
| index.d.ts | ||
| index.js | ||
| index.mjs | ||
| package.json | ||
| README.md | ||
| ThirdPartyNotices.txt | ||
playwright-core
This package contains the no-browser flavor of Playwright.