mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-21 23:52:12 +01:00
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. |
||
|---|---|---|
| .. | ||
| __outputs__ | ||
| __snapshots__ | ||
| fixtures | ||
| report | ||
| utils | ||
| dart-json.test.ts | ||
| dotnet-nunit.test.ts | ||
| dotnet-trx.test.ts | ||
| github-workflow-run-context.test.ts | ||
| golang-json.test.ts | ||
| java-junit.test.ts | ||
| java-stack-trace-element-parser.test.ts | ||
| jest-junit.test.ts | ||
| mocha-json.test.ts | ||
| phpunit-junit.test.ts | ||
| python-xunit.test.ts | ||
| rspec-json.test.ts | ||
| swift-xunit.test.ts | ||
| tester-junit.test.ts | ||