playwright/packages/playwright/src
Simon Knott 8eab28d858
fix(list reporter): print step ends in non-TTY mode (#31703)
When used in a terminal, the `list` reporter prints out information
about test steps to help debugging. In non-TTY environments like GitHub
Actions, currently it doesn't.

This PR changes that, so that in non-TTY environments you'll see the
"step end" messages appearing, but not the "step begin" messages. This
is a good middleground, because it helps the user understand test
progress, without being too verbose.

Closes https://github.com/microsoft/playwright/issues/31674
2024-07-17 13:36:37 +02:00
..
common Revert "chore: move artifacts recording to TestLifecycleInstrumentation (#30935)" (#31686) 2024-07-15 07:01:51 -07:00
isomorphic fix(ui mode): allow --updateSnapshots (#31584) 2024-07-08 01:08:57 -07:00
loader chore: streamline config loader (#29627) 2024-02-22 15:14:13 -08:00
matchers fix(expect): throw unsupported error when using this.equals() in expect (#31723) 2024-07-17 13:22:00 +02:00
plugins chore(ct): use sticky test server if available (#29136) 2024-01-25 08:36:13 -08:00
reporters fix(list reporter): print step ends in non-TTY mode (#31703) 2024-07-17 13:36:37 +02:00
runner fix(ui mode): allow --updateSnapshots (#31584) 2024-07-08 01:08:57 -07:00
third_party fix(tsconfig): when extending, retain pathsBasePath from the original config (#29822) 2024-03-05 16:34:39 -08:00
transform fix(test runner): do not use @babel/plugin-transform-dynamic-import (#31285) 2024-06-13 06:18:44 -07:00
worker Revert "chore: move artifacts recording to TestLifecycleInstrumentation (#30935)" (#31686) 2024-07-15 07:01:51 -07:00
DEPS.list chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
fsWatcher.ts fix(fs-watcher) ignore node_modules on windows (#31341) 2024-06-19 11:14:10 -07:00
index.ts Revert "chore: move artifacts recording to TestLifecycleInstrumentation (#30935)" (#31686) 2024-07-15 07:01:51 -07:00
internalsForTest.ts chore: make @playwright/test depend on playwright (#26946) 2023-09-08 14:23:35 -07:00
program.ts fix(ui mode): allow --updateSnapshots (#31584) 2024-07-08 01:08:57 -07:00
util.ts chore: trim file names longer than 60 chars (was 100) (#29725) 2024-03-18 12:53:15 -07:00
utilsBundle.ts chore: make @playwright/test depend on playwright (#26946) 2023-09-08 14:23:35 -07:00