Skip to content

Commit e9f0ccd

Browse files
committed
test_runner: add reporters
1 parent 232efb0 commit e9f0ccd

35 files changed

+1077
-231
lines changed

doc/api/cli.md

+19
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,24 @@ A regular expression that configures the test runner to only execute tests
12301230
whose name matches the provided pattern. See the documentation on
12311231
[filtering tests by name][] for more details.
12321232

1233+
### `--test-reporter`
1234+
1235+
<!-- YAML
1236+
added: REPLACEME
1237+
-->
1238+
1239+
A test reporter to use when running tests. See the documentation on
1240+
[test reporters][] for more details.
1241+
1242+
### `--test-reporter-destination`
1243+
1244+
<!-- YAML
1245+
added: REPLACEME
1246+
-->
1247+
1248+
the destination for each used test reporter. See the documentation on
1249+
[test reporters][] for more details.
1250+
12331251
### `--test-only`
12341252

12351253
<!-- YAML
@@ -2343,6 +2361,7 @@ done
23432361
[scavenge garbage collector]: https://v8.dev/blog/orinoco-parallel-scavenger
23442362
[security warning]: #warning-binding-inspector-to-a-public-ipport-combination-is-insecure
23452363
[semi-space]: https://www.memorymanagement.org/glossary/s.html#semi.space
2364+
[test reporters]: test.md#test-reporters
23462365
[timezone IDs]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
23472366
[tracking issue for user-land snapshots]: https://github.com/nodejs/node/issues/44014
23482367
[ways that `TZ` is handled in other environments]: https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html

0 commit comments

Comments
 (0)