node/test/fixtures/test-runner
Moshe Atlow f68189b839
test_runner: add testId to test events
Signed-off-by: Moshe Atlow <moshe@atlow.co.il>
PR-URL: https://github.com/nodejs/node/pull/62772
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2026-05-09 14:27:30 +02:00
..
aborts
concurrency
coverage
coverage-default-exclusion
coverage-file-name test_runner: fix coverage report when a directory is named file 2026-01-27 22:52:27 +01:00
coverage-loader
coverage-snap
coverage-with-mock module: fix coverage of mocked CJS modules imported from ESM 2026-04-10 14:52:24 +02:00
custom_reporters
cwd
default-behavior
error-reporter-fail-fast
flag-propagation test_runner: propagate V8 options to child process 2026-01-19 19:19:21 +01:00
global-setup-teardown test: fix typos in test files 2026-04-08 23:53:08 +02:00
issue-54726
matching-patterns
no-isolation
node_modules
options-propagation test_runner: correctly filter --experimental-config-file 2025-07-03 10:52:35 +02:00
output test_runner: support test order randomization 2026-05-09 14:27:21 +02:00
plan
randomize test_runner: support test order randomization 2026-05-09 14:27:21 +02:00
shards
snapshots
source-maps
worker-id test_runner: expose worker ID for concurrent test execution 2026-04-10 14:52:12 +02:00
async-error-in-test-hook.mjs
cancelled-report-order.mjs test_runner: support test order randomization 2026-05-09 14:27:21 +02:00
coverage.js
describe_error.js test_runner: set non-zero exit code when suite errors occur 2026-04-10 14:52:25 +02:00
diagnostics-channel-error-test.js test_runner: publish to TracingChannel for OTel instrumentation 2026-05-09 14:27:29 +02:00
extraneous_set_immediate_async.mjs
extraneous_set_timeout_async.mjs
index.js
invalid-tap.js
mock-nm.js
mock-timers-with-timeout.js test_runner: make it compatible with fake timers 2026-04-10 14:52:26 +02:00
nested.js
never_ending_async.js
never_ending_sync.js
print-arguments.js
process-env.js test_runner: add env option to run function 2026-02-22 23:16:12 +01:00
protoMutation.js
recursive_run.js
reporters.js
rerun.js test_runner: fix suite rerun edge case 2026-05-07 15:41:45 +02:00
root-duration.mjs
run_inspect.js
run_inspect_assert.js
syntax-error-test.mjs test_runner: fix test enqueue when test file has syntax error 2026-02-22 23:16:14 +01:00
test-id-fixture.js test_runner: add testId to test events 2026-05-09 14:27:30 +02:00
test-runner-global-hooks.mjs
test_only.js
throws_sync_and_async.js
todo-suite-failing-hook.mjs test_runner: fix failing suite hooks when marked with todo 2026-05-07 15:41:51 +02:00
todo_exit_code.js test_runner: fix todo inheritance 2025-09-09 08:34:13 +02:00
user-logs.js