mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

- `stdout.isTTY` controls whether list reporter updates lines or just adds them; - `env.CI` is used in a few places to affect the defaults: - whether to open interactive html; - default reporter dot/line; - default terminal reporter added to non-terminal reporters; - `env.PWTEST_SKIP_TEST_OUTPUT` is removed; - `env.PW_TEST_DEBUG_REPORTERS` is introduced specifically for tests.
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.