node/lib/internal/test_runner
Sungwon f7a2ba7e83
test_runner: fix isSkipped check in junit
The `isSkipped` function in the JUnit reporter was incorrectly
checking for `node?.attrs.failures` instead of `node?.attrs.skipped`.

PR-URL: https://github.com/nodejs/node/pull/59414
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
2025-08-13 08:50:42 +00:00
..
mock test_runner: remove unused callee convertion 2025-07-29 00:21:37 -07:00
reporter test_runner: fix isSkipped check in junit 2025-08-13 08:50:42 +00:00
assert.js test_runner: add assert.register() API 2025-01-04 18:30:04 +00:00
coverage.js test: exclude mock from coverage 2025-08-11 05:49:53 +00:00
harness.js test_runner: automatically wait for subtests to finish 2025-06-24 11:02:46 -03:00
runner.js test_runner: correctly filter --experimental-config-file 2025-06-29 20:48:29 +00:00
snapshot.js test_runner: allow special characters in snapshot keys 2025-02-19 06:34:08 +00:00
test.js meta: enable jsdoc/check-tag-names rule 2025-07-18 09:28:21 +00:00
tests_stream.js test_runner: add level parameter to reporter.diagnostic 2025-05-19 08:28:05 +00:00
utils.js Revert "test_runner: change ts default glob" 2025-05-09 05:54:29 +00:00