Skip to content

junit report overwrites in case multiple RunFromFileSystemTask involved in Azure Dev Ops Pipeline #91

Description

@WoDo2120

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions