I’m filter a large test run by those results with a status of failed
. But It seems to be returning any test that has at least 1 status of failed. For example, 1 test has an initial failure, and a second result of pass where the automation gave an incorrect outcome.
How can I filter the run so it only uses the latest test result?