widget that can filter the re-run test pass results

surada suma 1 Reputation point
2022-07-17T23:46:16.333+00:00

I am planning to create a azure dashboard for the unit tests executed in the pipelines. Is there any widget that can filter the test cases passed in re-run (example, if one pipeline has few re-run attempts, need to filter the unique results)

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,795 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Udaiappa Ramachandran 726 Reputation points MVP
    2022-07-18T03:29:23.72+00:00

    @surada suma

    There are some out-of-the-box widgets that you can drag and drop into your dashboard (Dashboard->Edit->Drag Drop->Set Pipeline and other properties)
    221597-image.png

    You can also look at the VS Marketplace extensions

    If the OOTB and Extensions are not the solutions, then you need to build your own widgets extension using the Rest APIs; you can leverage the existing result or publish the result to your store part of pipeline tasks.

    0 comments No comments

  2. surada suma 1 Reputation point
    2022-07-19T20:29:34.747+00:00

    currently i am using test results trend, but there is no option to filter the unique results

    0 comments No comments