test-reporter/__tests__
John Bartholomew fe8fe90f0e 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.
2021-12-22 19:48:27 +00:00
..
__outputs__ Report jest-junit testsuite errors as failures 2021-12-22 19:48:27 +00:00
__snapshots__ Report jest-junit testsuite errors as failures 2021-12-22 19:48:27 +00:00
fixtures Report jest-junit testsuite errors as failures 2021-12-22 19:48:27 +00:00
utils #83 - Use non-capturing optional group, add tests and update dist 2021-03-23 21:39:47 +01:00
dart-json.test.ts Handle test reports with no test cases 2021-03-07 12:22:00 +01:00
dotnet-trx.test.ts Fix dotnet-trx parser failing on passed tests with non-empty error info 2021-04-20 21:38:55 +02:00
java-junit.test.ts Add support for java-junit 2021-03-07 22:06:12 +01:00
jest-junit.test.ts Report jest-junit testsuite errors as failures 2021-12-22 19:48:27 +00:00
mocha-json.test.ts Add mocha-json external test fixtures 2021-04-19 23:19:19 +02:00