test-reporter/__tests__/fixtures
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
..
empty Add mocha-json test case for empty test results 2021-03-08 21:04:14 +01:00
external Fix dotnet-trx parser failing on passed tests with non-empty error info 2021-04-20 21:38:55 +02:00
test-errors/jest Report jest-junit testsuite errors as failures 2021-12-22 19:48:27 +00:00
dart-json.json Fix dart-json parsing broken by print message 2021-05-13 21:48:55 +02:00
dotnet-trx.trx Fix dotnet-trx parsing of tests with custom display names 2021-04-20 08:40:05 +02:00
jest-junit.xml Implements jest-junit report parsing 2020-11-12 23:34:42 +01:00
mocha-json.json Fix mocha report fixture + test duration handling 2021-02-24 21:32:51 +01:00