Hi team,
It looks like skipped tests are being reported as successful tests in the Tests
tab in a job. The count of successful tests in that page includes both skipped and successful tests.
I followed the steps described in this article Collecting test data - CircleCI to store my test results with store_test_results
in the JUnit report format.
You can reproduce the issue with Jest 27.5.1 and jest-junit 13.0.0 using either .only
or .skip
.
Thanks