Hi,
I produce a Junit XML Reports for my unit tests, and when tests are failing I see the tests names in the Test Summary tab.
Is there any way to see all the tests that run. including those that didn’t fail?
Thanks.
Hi,
I produce a Junit XML Reports for my unit tests, and when tests are failing I see the tests names in the Test Summary tab.
Is there any way to see all the tests that run. including those that didn’t fail?
Thanks.
The ‘Test Summary’ tab only shows tests that have failed. You can find the test output for successful tests in the ‘Artifacts’ tab where the xml files generated by your tests will be stored.