diff --git a/doc/api/cli.md b/doc/api/cli.md index 940010cad6effa..d6eaa8d65a55a5 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1272,6 +1272,12 @@ added: v19.6.0 The destination for the corresponding test reporter. See the documentation on [test reporters][] for more details. +### `--test-child-process` + +A flag to identify the process as a child of another test process to ensure +that test reporting is formatted correctly to be parsed by a parent test +process. + ### `--test-only`