Skip to content

Commit ec1a8d2

Browse files
authored
Document serial configuration option
1 parent 01ec280 commit ec1a8d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/06-configuration.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Arguments passed to the CLI will always take precedence over the CLI options con
5151
- `failFast`: stop running further tests once a test fails
5252
- `failWithoutAssertions`: if `false`, does not fail a test if it doesn't run [assertions](./03-assertions.md)
5353
- `environmentVariables`: specifies environment variables to be made available to the tests. The environment variables defined here override the ones from `process.env`
54+
- `serial`: if `true`, prevents parallel execution of tests within a file
5455
- `tap`: if `true`, enables the [TAP reporter](./05-command-line.md#tap-reporter)
5556
- `verbose`: if `true`, enables verbose output (though there currently non-verbose output is not supported)
5657
- `snapshotDir`: specifies a fixed location for storing snapshot files. Use this if your snapshots are ending up in the wrong location

0 commit comments

Comments
 (0)