How can I run a test case multiple times and store the results in the same log file

Hi Adam,

Not sure, you probably found your solution already?

If you want a more reactive approach, it’s also possible to do this with a listener, I built a listener to rerun the same test 5 times, but you’d probably want to change it’s logic to run if result was fail which should be easy enough to do.

The details of my listener (and full working example) are in this thread (below), thanks to @pekkaklarck who helped me a lot to figure that out

Dave.