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/06-configuration.md
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Arguments passed to the CLI will always take precedence over the CLI options con
51
51
-`failFast`: stop running further tests once a test fails
52
52
-`failWithoutAssertions`: if `false`, does not fail a test if it doesn't run [assertions](./03-assertions.md)
53
53
-`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
54
55
-`tap`: if `true`, enables the [TAP reporter](./05-command-line.md#tap-reporter)
55
56
-`verbose`: if `true`, enables verbose output (though there currently non-verbose output is not supported)
56
57
-`snapshotDir`: specifies a fixed location for storing snapshot files. Use this if your snapshots are ending up in the wrong location
0 commit comments