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

Commit e5a5d59

Browse files
ChristiaanScheermeijerheathkit
authored andcommitted
docs(frameworks) align cucumberOpts comments
1 parent fe8c480 commit e5a5d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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-
'dry-run': 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)