Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit fe8c480

Browse files
ChristiaanScheermeijerheathkit
authored andcommitted
docs(frameworks) update cucumber dry run option
Fixed incorrect usage of the cucumber dry run option.
1 parent 2e9acf5 commit fe8c480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/frameworks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ exports.config = {
101101
tags: [], // <string[]> (expression) only execute the features or scenarios with tags matching the expression
102102
strict: true, // <boolean> fail if there are any undefined or pending steps
103103
format: ["pretty"], // <string[]> (type[:path]) specify the output format, optionally supply PATH to redirect formatter output (repeatable)
104-
dryRun: false, // <boolean> invoke formatters without executing steps
104+
'dry-run': false, // <boolean> invoke formatters without executing steps
105105
compiler: [] // <string[]> ("extension:module") require files with the given EXTENSION after requiring MODULE (repeatable)
106106
},
107107

0 commit comments

Comments
 (0)