Skip to content

Commit 05a6317

Browse files
Merge branch 'main' into feat/named-hooks
2 parents 53f8248 + dfb3f79 commit 05a6317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ These options can be used in a configuration file (see [above](#files)) or on th
8282
| `order` | `string` | No | `--order` | Run in the order defined, or in a random order | defined |
8383
| `parallel` | `number` | No | `--parallel` | Run tests in parallel with the given number of worker processes - see [Parallel](./parallel.md) | 0 |
8484
| `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 |
8686
| `require` | `string[]` | Yes | `--require`, `-r` | Paths to where your support code is, for CommonJS - see [below](#finding-your-code) | [] |
8787
| `requireModule` | `string[]` | Yes | `--require-module` | Names of transpilation modules to load, loaded via `require()` - see [Transpiling](./transpiling.md) | [] |
8888
| `retry` | `number` | No | `--retry` | Retry failing tests up to the given number of times - see [Retry](./retry.md) | 0 |

0 commit comments

Comments
 (0)