mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-22 16:02:13 +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. |
||
|---|---|---|
| .. | ||
| dart-json.test.ts.snap | ||
| dotnet-nunit.test.ts.snap | ||
| dotnet-trx.test.ts.snap | ||
| golang-json.test.ts.snap | ||
| java-junit.test.ts.snap | ||
| jest-junit.test.ts.snap | ||
| mocha-json.test.ts.snap | ||
| phpunit-junit.test.ts.snap | ||
| python-xunit.test.ts.snap | ||
| rspec-json.test.ts.snap | ||
| swift-xunit.test.ts.snap | ||
| tester-junit.test.ts.snap | ||