Skip to content

Commit

Permalink
fix(colors): pass the correct force color env
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Nov 28, 2023
1 parent 49f74d2 commit fca9f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/playwrightTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class PlaywrightTest {
...(await reporterServer.env()),
// Reset VSCode's options that affect nested Electron.
ELECTRON_RUN_AS_NODE: undefined,
FORCE_COLORS: '1',
FORCE_COLOR: '1',
PW_TEST_HTML_REPORT_OPEN: 'never',
PW_TEST_NO_REMOVE_OUTPUT_DIRS: '1',
}
Expand Down Expand Up @@ -245,7 +245,7 @@ export class PlaywrightTest {
...(await reporterServer.env()),
// Reset VSCode's options that affect nested Electron.
ELECTRON_RUN_AS_NODE: undefined,
FORCE_COLORS: '1',
FORCE_COLOR: '1',
PW_TEST_SOURCE_TRANSFORM: require.resolve('./debugTransform'),
PW_TEST_SOURCE_TRANSFORM_SCOPE: testDirs.join(pathSeparator),
PW_TEST_HTML_REPORT_OPEN: 'never',
Expand Down

0 comments on commit fca9f29

Please sign in to comment.