You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ These options can be used in a configuration file (see [above](#files)) or on th
82
82
|`order`|`string`| No |`--order`| Run in the order defined, or in a random order | defined |
83
83
|`parallel`|`number`| No |`--parallel`| Run tests in parallel with the given number of worker processes - see [Parallel](./parallel.md)| 0 |
84
84
|`publish`|`boolean`| No |`--publish`| Publish a report of your test run to <https://reports.cucumber.io/>| false |
85
-
|`publishQuiet`|`boolean`| No |`--publishQuiet`| Don't show info about publishing reports | false |
85
+
|`publishQuiet`|`boolean`| No |`--publish-quiet`| Don't show info about publishing reports | false |
86
86
|`require`|`string[]`| Yes |`--require`, `-r`| Paths to where your support code is, for CommonJS - see [below](#finding-your-code)|[]|
87
87
|`requireModule`|`string[]`| Yes |`--require-module`| Names of transpilation modules to load, loaded via `require()` - see [Transpiling](./transpiling.md)|[]|
88
88
|`retry`|`number`| No |`--retry`| Retry failing tests up to the given number of times - see [Retry](./retry.md)| 0 |
0 commit comments