Reputation:
After the run of an Azure Devops pipeline is complete, I get to this page, I can see the test results when I click on Tests. My question is, can I see the percentage of the succeeded testsets for every agent job in a new column right next to Status and Duration? It will be useful to see the success percentage for every agent job on the summary page.
Screenshot of my pipeline result
Upvotes: 0
Views: 465
Reputation: 6318
It looks like the Azure Pipelines Summary page and the Jobs grid view are not customizable. Please take a look at the following discussion: https://developercommunity.visualstudio.com/idea/409247/customization-of-project-default-screen-project-su.html
Upvotes: 2