Add retry
Closed this issue · 4 comments
danyflorez commented
Issue
If a test fail it doesn't retry the test, can we add the retry number by configuration?
mhanberg commented
I think that is more of a request for ExUnit, rather than Wallaby.
What do you think @aaronrenner?
danyflorez commented
@mhanberg Do you have any idea how can I develop it myself?
mhanberg commented
Running your tests like so will retry failed tests up to 2 additional times
$ mix test || mix test --failed || mix test --failed
danyflorez commented
Wow, that's great! Thanks you're the best @mhanberg