node/lib/internal/test_runner
cjihrig e78fd8c0ad
test_runner: apply filtering when tests begin
This commit updates the way filtering is applied to tests and
suites. After this change, filters are applied just before the
test/suite is started. The results are the same, but this allows
us to eventually move away from the --test-only flag except
when process level isolation is used.

PR-URL: https://github.com/nodejs/node/pull/54832
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
2024-09-12 12:41:11 -04:00
..
mock lib: move Symbol[Async]Dispose polyfills to internal/util 2024-09-10 21:24:56 +00:00
reporter test_runner: added colors to dot reporter 2024-07-23 12:39:10 +03:00
coverage.js test_runner: improve code coverage cleanup 2024-09-11 02:50:28 +00:00
harness.js test_runner: apply filtering when tests begin 2024-09-12 12:41:11 -04:00
runner.js test_runner: allow --import with no isolation 2024-09-10 00:51:36 +02:00
snapshot.js test_runner: refactor snapshots to get file from context 2024-07-17 07:01:22 +00:00
test.js test_runner: apply filtering when tests begin 2024-09-12 12:41:11 -04:00
tests_stream.js test_runner,doc: align documentation with actual stdout/stderr behavior 2024-05-28 19:44:16 +00:00
utils.js test_runner: always make spec the default reporter 2024-08-27 15:22:16 +00:00