Skip to content

[MCCS-2110] Add rerun test result

Tom Moynihan requested to merge mccs-2110 into main

Create 'Rerun' test result.

At the moment we have a @flaky decorator for a fixture which sometimes errors due to pipeline issues, but at the moment we don't catch this. This MR adds a 'rerun' test result (which still counts as a pass) so we can see when this happens.

By manually setting a test to fail the first time you run it, then pass the second time, the output looks like this:

image

Merge request reports