diff --git a/doc/api/cli.md b/doc/api/cli.md index 8e41de3d8ebc82..a2ea069322a901 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1654,6 +1654,15 @@ Starts the Node.js command line test runner. This flag cannot be combined with See the documentation on [running tests from the command line][] for more details. +### `--test-concurrency` + + + +The maximum number of test files that the test runner CLI will execute +concurrently. The default value is `os.availableParallelism() - 1`. + ### `--test-name-pattern`