- Line reporter now shows stats in addition to the test name: ```log [chromium] › page/page-click-react.spec.ts:108:1 › should not retarget when element changes on hover 23% [21/93] Passed: 17 Flaky: 0 Failed: 0 Skipped: 4 (7s) ``` - When connected to a TTY or with `env.PLAYWRIGHT_LIVE_TERMINAL` set to anything but `'0'` or `'false'`, line reporter updates in place. - When not connected to a TTY, line reporter prints an update after each ~1% of tests done, so it never prints more than 100 lines. - Updated tests to the golden style. |
||
|---|---|---|
| .. | ||
| src | ||
| types | ||
| .npmignore | ||
| cli.js | ||
| index.d.ts | ||
| index.js | ||
| index.mjs | ||
| package.json | ||
| README.md | ||
| reporter.d.ts | ||
| reporter.js | ||
| reporter.mjs | ||
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.