-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Pipelines - Run Failures
I’m running a test suite on some C++ code using CTest and Catch2. When the test fails, I don’t see the Junit output of the test on the Pipelines dashboard.
The test exports a file such as the one attached. I tried placing it in various places under various names, but the result is always the same:
Skipping cache upload for failed step Searching for test report files in directories named [test-results, failsafe-reports, test-reports, surefire-reports] down to a depth of 4 Finished scanning for test reports. Found 0 test report files. Merged test suites, total number tests is 0, with 0 failures and 0 errors.
In my last attempt, I placed the file as build/test-reports/importexport.xml
Pls let me know if the attached file is a suitable file for consuming by Pipelines, and what would a correct path be.
Thanks,
Uri.