I’ve got a few unit tests that are a bit flaky (they fail about 10% of the time, and it’s not the same tests).
Is there a way to run all of my tests, say, 100 times and collect the details of the flaky tests, so that I can leave it running while I do something else?