caraya icon indicating copy to clipboard operation
caraya copied to clipboard

Fix Failed JUnit Test Reporting

Open agluck28 opened this issue 2 years ago • 1 comments

Failed tests were getting marked as Skipped in JUnit reports preventing some CI tools from properly parsing the file and checking if tests failed. This updates the parsing of the test results to ensure tests that have failed will be marked as a Failure in the JUnit report. This also added a test case to verify the failure in the produced test file.

Closes #156

agluck28 avatar Nov 19 '22 00:11 agluck28

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 19 '22 00:11 CLAassistant