Skip to content

Commit

Permalink
redirect the output to sauce-test-report
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 22, 2024
1 parent cea1e22 commit 7a5c744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cucumber-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function buildArgs(runCfg: CucumberRunnerConfig, cucumberBin: string) {
'--require-module',
'ts-node/register',
'--format',
'@saucelabs/cucumber-reporter',
'"@saucelabs/cucumber-reporter":"sauce-test-report.json"',
'--format-options',
JSON.stringify(buildFormatOption(runCfg)),
];
Expand Down

0 comments on commit 7a5c744

Please sign in to comment.