test-reporter/__tests__/__outputs__/go-junit-report-test-results.md
2022-11-07 11:03:50 -06:00

857 B

Tests failed

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

5 tests were completed in 1s 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