I just want to see the statuses of the test run that they have TODO

Hello community, I am trying to ensure that this column where all the states of the test run appear, only those that have TODO

1 Like

Hello @JpVezga06 ,
To show only test runs with TODO status, you can use a combination of the “Xray Tests with executions” measure and the “Xray Test Run Status” dimension to create a new Measure. This tuple will count only the tests that have executions and are in TODO status.

([Measures].[Xray Tests with executions],
[Xray Test Run Status].[TO DO])

To see more details about each test run, you can interact with measure - drill across and drill through issues to see individual tests within each execution: Interact with report

For more information on available Xray measures and dimensions, refer to the Xray Test Management documentation.

Kindly,
Gerda // support@eazybi.com