1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00
test-reporter/src
Jozef Izso f8ae4deee6
Report jest-junit testsuite errors as failures
Test errors are different (represented differently in the JUnit XML
output from jest-junit) to test _failures_. Failures are tests
which ran and failed, errors are for tests/test suites which
did not even run because the test code itself didn't build
or didn't execute correctly.

jest-junit has an option to enable reporting of test suite errors,
but test-reporter then interprets these as successful tests.
2026-03-15 13:24:18 +01:00
..
input-providers Refactor code for changes in @actions/github v9 2026-03-02 15:44:41 +01:00
parsers Report jest-junit testsuite errors as failures 2026-03-15 13:24:18 +01:00
report feat: added a slug-prefix parameter for link anchors 2026-03-05 01:52:45 +01:00
utils feat: added a slug-prefix parameter for link anchors 2026-03-05 01:52:45 +01:00
main.ts feat: removing parameter, generating slug prefix and providing it as an output 2026-03-05 15:20:31 +01:00
test-parser.ts Refactor test-reporter to module based package 2026-03-02 14:28:52 +01:00
test-results.ts Refactor test-reporter to module based package 2026-03-02 14:28:52 +01:00