Execution Plan - Count - Stops on Failure
In the Execution Plan there is a column called "Count". My understanding of this column is it will cause the same test to run that many times while the plan is being executed. I have found that if one of those test runs were to fail, no more of those repeat runs will be done, and the execution will move onto the next test, even if "On Error" = "Continue running".
We are currently in the process of investigating some flaky tests and it would be really handy if we could get say 10 failed results for the same test in an overnight run so that we can compare them. I don't see any settings that would make counts continue even after a failed test, but it would be really nice if there was one.
The only workaround I've been able to find is just adding the same test to the Execution Plan multiple times, which is a bit cumbersome.
Any ideas on a setting that I'm missing? Is there a feature request somewhere that I could +1?