Skip to content

test: refactor test_runner tests to change default reporter

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/reporter-tests into main

This commit updates the test runner tests in order to switch the default reporter from tap to spec. This commit can be backported, while changing the default reporter cannot.

This will also allow us to more slowly migrate the tests off of using the TAP reporter in some places. We should still test the TAP reporter though. In some cases the TAP reporter is beneficial for testing purposes - for example, verifying that tests are output with the correct test number ordering.

Refs: https://github.com/nodejs/node/issues/54540

Merge request reports

Loading