Displaying Tags from JUnit XML in Azure DevOps Test Results
Martin Bečka
0
Reputation points
Hello,I am using the PublishTestResults@2 task during testing in Azure DevOps with a JUnit .xml
file. I would like to make Tags visible in the Test Results web tab.
I have tried adding a <property name="Tags" value="..."/>
element under <testcase><properties>
, but the tags are not appearing in the UI.
Is there any supported way to make Tags from a JUnit XML visible in the web test results tab?
Thank you.
Best regards, Martin
Azure DevOps
Sign in to answer