mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
be817d1a53
- 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.