node/test/fixtures/test-runner
Edy Silva f68824a680
test_runner: set non-zero exit code when suite errors occur
PR-URL: https://github.com/nodejs/node/pull/62282
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
2026-03-18 17:09:42 +00:00
..
aborts
concurrency
coverage
coverage-default-exclusion
coverage-file-name test_runner: fix coverage report when a directory is named file 2026-01-17 17:34:06 +00:00
coverage-loader
coverage-snap
coverage-with-mock module: fix coverage of mocked CJS modules imported from ESM 2026-03-17 16:02:55 +00:00
custom_reporters
cwd
default-behavior
error-reporter-fail-fast
flag-propagation test_runner: propagate V8 options to child process 2025-12-11 00:47:56 +01:00
global-setup-teardown test: fix typos in test files 2026-02-22 01:06:33 +01:00
issue-54726
matching-patterns
no-isolation
node_modules
options-propagation src: rename config file testRunner to test 2025-11-23 09:39:56 +00:00
output module: fix coverage of mocked CJS modules imported from ESM 2026-03-17 16:02:55 +00:00
plan
shards
snapshots
source-maps
worker-id test_runner: expose worker ID for concurrent test execution 2026-02-24 23:37:22 +00:00
async-error-in-test-hook.mjs
coverage.js
describe_error.js test_runner: set non-zero exit code when suite errors occur 2026-03-18 17:09:42 +00:00
extraneous_set_immediate_async.mjs
extraneous_set_timeout_async.mjs
index.js
invalid-tap.js
mock-nm.js
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-01-29 08:18:11 +00:00
protoMutation.js
recursive_run.js
reporters.js
rerun.js test_runner: fix suite rerun 2026-02-13 14:31:09 +00: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-02 16:57:37 +00:00
test-runner-global-hooks.mjs
test_only.js
throws_sync_and_async.js
todo_exit_code.js
user-logs.js