diff --git a/doc/api/cli.md b/doc/api/cli.md index 2c4e26dc1e407b..ceb4c12839923c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1651,6 +1651,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`