vipm-io / caraya

Assertion and unit test framework for LabVIEW
Other
59 stars 33 forks source link

Fix Failed JUnit Test Reporting #157

Closed agluck28 closed 1 year ago

agluck28 commented 1 year ago

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

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.