diff --git a/graal-nodejs/doc/api/cli.md b/graal-nodejs/doc/api/cli.md index 83d9c5182e1..a0d3cbcd8ef 100644 --- a/graal-nodejs/doc/api/cli.md +++ b/graal-nodejs/doc/api/cli.md @@ -1298,6 +1298,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`