Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 22, 2024
1 parent cb686cd commit d0df43e
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 @@ -18,7 +18,7 @@ export function buildArgs(runCfg: CucumberRunnerConfig, cucumberBin: string) {
'--force-exit',
'--require-module',
'ts-node/register',
// NOTE: The Cucumber formatter (--format) setting uses the "type:path" format.
// NOTE: The Cucumber formatter (--format) setting uses the "type":"path" format.
// If the "path" is not provided, the output defaults to stdout.
// Cucumber supports only one stdout formatter; if multiple are specified,
// it will prioritize the last one listed.
Expand Down

0 comments on commit d0df43e

Please sign in to comment.