diff --git a/doc/api/cli.md b/doc/api/cli.md index cb8d202c0a1a1e..9f5c03fd2f5217 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1626,6 +1626,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`