test-reporter/__tests__/__outputs__/go-junit-report-test-results.md
2022-10-18 16:36:41 -05:00

881 B

Tests failed

 fixtures/external/go/go-junit-report.xml

5 tests were completed in NaNms with 2 passed, 2 failed and 1 skipped.

Test suite Passed Failed Skipped Time
github.com/company/package1 0ms
github.com/company/package2 1✔️ 482ms
github.com/company/package3 1✔️ 2 1✖️ 835ms

✔️ github.com/company/package2

github.com/company/package2
  ✔️ TestPackage2

 github.com/company/package3

github.com/company/package3
  ❌ TestPackage3-1
	Just error here
  ✔️ TestPackage3-2
  ✖️ TestPackage3-3
  ❌ TestPackage3-4