mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(test-runner): force colors in worker processes (#11799)
This commit is contained in:
parent
a30bc171c5
commit
ceb3027bdf
@ -474,7 +474,7 @@ class Worker extends EventEmitter {
|
||||
this.process = child_process.fork(path.join(__dirname, 'worker.js'), {
|
||||
detached: false,
|
||||
env: {
|
||||
FORCE_COLOR: process.stdout.isTTY ? '1' : '0',
|
||||
FORCE_COLOR: '1',
|
||||
DEBUG_COLORS: process.stdout.isTTY ? '1' : '0',
|
||||
TEST_WORKER_INDEX: String(this.workerIndex),
|
||||
TEST_PARALLEL_INDEX: String(this.parallelIndex),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user