playwright/packages
Dmitry Gozman 911d8effb9
feat(test runner): do not mock tty in the worker process (#30107)
This was historically done to make `console.log()` have colors. However,
this makes any other code that checks `process.stdout.isTTY` incorrectly
assume real TTY support.

Node18 and Node20 now respect `FORCE_COLOR=1` in console, so our default
behavior of forcing colors in the worker process just works out of the
box. See https://github.com/nodejs/node/pull/48034.
2024-03-25 15:31:58 -07:00
..
html-reporter fix: time in ms for skip test (#30078) 2024-03-25 08:51:09 -07:00
playwright feat(test runner): do not mock tty in the worker process (#30107) 2024-03-25 15:31:58 -07:00
playwright-browser-chromium chore: mark 1.43.0-next (#29670) 2024-02-26 16:45:25 -08:00
playwright-browser-firefox chore: mark 1.43.0-next (#29670) 2024-02-26 16:45:25 -08:00
playwright-browser-webkit chore: mark 1.43.0-next (#29670) 2024-02-26 16:45:25 -08:00
playwright-chromium fix: point to the right cli program export (#29715) 2024-02-28 14:05:42 -08:00
playwright-core feat(firefox): roll to r1447 (#30080) 2024-03-25 19:48:38 +01:00
playwright-ct-core fix(ct): allow importing json files (#30067) 2024-03-25 07:41:54 -07:00
playwright-ct-react chore: remove pw- binaries from ct (#29754) 2024-02-29 16:50:00 -08:00
playwright-ct-react17 chore: remove pw- binaries from ct (#29754) 2024-02-29 16:50:00 -08:00
playwright-ct-solid chore: remove pw- binaries from ct (#29754) 2024-02-29 16:50:00 -08:00
playwright-ct-svelte chore: remove pw- binaries from ct (#29754) 2024-02-29 16:50:00 -08:00
playwright-ct-vue chore: remove pw- binaries from ct (#29754) 2024-02-29 16:50:00 -08:00
playwright-ct-vue2 chore: remove pw- binaries from ct (#29754) 2024-02-29 16:50:00 -08:00
playwright-firefox fix: point to the right cli program export (#29715) 2024-02-28 14:05:42 -08:00
playwright-test chore: mark 1.43.0-next (#29670) 2024-02-26 16:45:25 -08:00
playwright-webkit fix: point to the right cli program export (#29715) 2024-02-28 14:05:42 -08:00
protocol/src feat(playwright-core): add remove cookies api (#29698) 2024-03-02 07:27:01 -08:00
recorder fix(recorder): reference Language enum for recorderTypes (#29294) 2024-02-01 13:48:30 -08:00
trace/src feat(trace): show target point for raw mouse apis (#28459) 2023-12-07 06:27:49 -08:00
trace-viewer chore: address UI Mode keyboard shortcut feedback (#30088) 2024-03-25 19:48:20 +01:00
web chore: split ui mode view into files (#30029) 2024-03-20 16:00:35 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00