Skip to content

Commit 0c25d29

Browse files
committed
fix: Disable color output
1 parent 2b5e308 commit 0c25d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playwright-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ async function runPlaywright(
345345
...suite.env,
346346
PLAYWRIGHT_JUNIT_OUTPUT_NAME: runCfg.junitFile,
347347
SAUCE_REPORT_OUTPUT_NAME: runCfg.sauceReportFile,
348-
FORCE_COLOR: '0',
348+
FORCE_COLOR: 'false',
349349
SAUCE_WEB_ASSETS_DIR: runCfg.webAssetsDir,
350350
};
351351

0 commit comments

Comments
 (0)