We are running automation testing on a gitlab ci pipeline, which will output a testing report(*.xml) as a pipeline artifact. Currently, we’d like to transfer the testing results to Azure TFS, so that QA Engineer could view the testing results from TFS directly. Besides that, it would be better the transferred testing results could be linked or mapped with TFS test case in the Azure TFS.
Based on above requirements, we made a investigation and found that there is a tool in Azure Pipeline called ‘Publish Test Results’ that would be the solution.
However, since we do not have too much experience on Azure TFS. Is there anyone can let us know if our thinking is correct or not?
Thanks very much!