Skip to content

remove hidden "tests" from test result #6

remove hidden "tests" from test result

remove hidden "tests" from test result #6

GitHub Actions / JEST Tests succeeded Apr 11, 2024 in 1s

29 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ tests/results/jest-junit.xml

29 tests were completed in 6s with 29 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
tests/dart-json.test.ts 3✔️ 423ms
tests/dotnet-trx.test.ts 5✔️ 5s
tests/java-junit.test.ts 3✔️ 5s
tests/jest-junit.test.ts 6✔️ 5s
tests/mocha-json.test.ts 3✔️ 367ms
tests/mochawesome-json.test.ts 2✔️ 304ms
tests/utils/parse-utils.test.ts 7✔️ 238ms

✔️ tests/dart-json.test.ts

dart-json tests
  ✔️ produces empty test run result when there are no test cases
  ✔️ matches report snapshot
  ✔️ report from rrousselGit/provider test results matches snapshot

✔️ tests/dotnet-trx.test.ts

dotnet-trx tests
  ✔️ produces empty test run result when there are no test cases
  ✔️ matches report snapshot
  ✔️ matches report snapshot (only failed tests)
  ✔️ report from FluentValidation test results matches snapshot
  ✔️ report from SilentNotes test results matches snapshot

✔️ tests/java-junit.test.ts

java-junit tests
  ✔️ produces empty test run result when there are no test cases
  ✔️ report from apache/pulsar single suite test results matches snapshot
  ✔️ report from apache/pulsar test results matches snapshot

✔️ tests/jest-junit.test.ts

jest-junit tests
  ✔️ produces empty test run result when there are no test cases
  ✔️ report from ./reports/jest test results matches snapshot
  ✔️ report from facebook/jest test results matches snapshot
  ✔️ parsing ESLint report without timing information works
  ✔️ jest testsuite errors example test results matches snapshot
  ✔️ playwright testsuite errors example test results matches snapshot

✔️ tests/mocha-json.test.ts

mocha-json tests
  ✔️ produces empty test run result when there are no test cases
  ✔️ report from ./reports/mocha-json test results matches snapshot
  ✔️ report from mochajs/mocha test results matches snapshot

✔️ tests/mochawesome-json.test.ts

mochawesome-json tests
  ✔️ produces empty test run result when there are no test cases
  ✔️ report from ./reports/mochawesome-json test results matches snapshot

✔️ tests/utils/parse-utils.test.ts

parseNetDuration
  ✔️ returns 0 for 00:00:00
  ✔️ returns 0 for 00:00:00.0000000
  ✔️ returns 123 for 00:00:00.123
  ✔️ returns 12 * 1000 for 00:00:12
  ✔️ returns 12 * 60 * 1000 for 00:12:00
  ✔️ returns 12 * 60 * 60 * 1000 for 12:00:00
  ✔️ throws when string has invalid format