We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16103e commit e614d32Copy full SHA for e614d32
features/step_definitions/cli_steps.ts
@@ -53,7 +53,7 @@ When(
53
'I run cucumber-js with all formatters',
54
{ timeout: 10000 },
55
async function (this: World) {
56
- const args = "--format html:html.out --format json:json.out"
+ const args = '--format html:html.out --format json:json.out'
57
const renderedArgs = Mustache.render(args, this)
58
const stringArgs = stringArgv(renderedArgs)
59
return await this.run(this.localExecutablePath, stringArgs)
0 commit comments