Raketenolli
Raketenolli

Reputation: 745

Sorting test results on Tests tab in Azure DevOps pipeline

I admit I am creating a duplicate from Superuser.com because there seem to be more Azure-DevOps users here

I run frontend tests for a webapp using WebdriverIO/Selenium as a nightly build defined in the Pipelines section of Azure DevOps.

For each build I can view test results on the Tests tab, which will show me statistics on all tests and a list of tests that I can filter and group.

Azure DevOps Tests tab statistics and filter options

Until a few days ago, this list was automatically sorted alphabetically, now it is not sorted in any obvious way. I cannot find any option to sort the list, and the Azure DevOps page on reviewing test results does not mention sorting at all. I have also not had any luck using Google.

Is there a way to sort this list, e.g. by test name? If yes, how?

Upvotes: 2

Views: 1700

Answers (1)

ChamindaC
ChamindaC

Reputation: 1492

You can click on some other sub menu (such as Logs) and click on the test tab it is sorting to name order. However if you do any selection order gets changed to what you have mentioned.

Alternative option is you can view the test runs in the Test tab. In there you are able to sort by columns. All your pipeline based test results also available in the Test hub --> Runs

enter image description here enter image description here

Upvotes: 2

Related Questions