a azure dev ops pipeline can have multiple calls to
RunFromFileSystemTask where testPathInput point to a test case.
Under UFTWorking/res/Report_ for each call a file Resultsxxxx.xml is created.
At the end of execution the junit_report.xml file that is later on published to Azure Dev Ops only contains the test execution results of the last test performed.
junit_reports.xml files created by preceding RunFromFileSystemTask calls are overwritten.
Expected behaviour: at end one junit_report.xml containing the test results for all test performed during build.
RunFromFileSystemTask behaves identical in case testPathInput refers to a test case resp. an MTBX file.
In the end I expect one junit_report file containing all the test cases handed over to RunFromFileSystemTask plus all Test cases contained by MTBX files.
a azure dev ops pipeline can have multiple calls to
RunFromFileSystemTask where testPathInput point to a test case.
Under UFTWorking/res/Report_ for each call a file Resultsxxxx.xml is created.
At the end of execution the junit_report.xml file that is later on published to Azure Dev Ops only contains the test execution results of the last test performed.
junit_reports.xml files created by preceding RunFromFileSystemTask calls are overwritten.
Expected behaviour: at end one junit_report.xml containing the test results for all test performed during build.
RunFromFileSystemTask behaves identical in case testPathInput refers to a test case resp. an MTBX file.
In the end I expect one junit_report file containing all the test cases handed over to RunFromFileSystemTask plus all Test cases contained by MTBX files.