elixir-wallaby/wallaby

Add retry

Closed this issue · 4 comments

Issue

If a test fail it doesn't retry the test, can we add the retry number by configuration?

I think that is more of a request for ExUnit, rather than Wallaby.

What do you think @aaronrenner?

@mhanberg Do you have any idea how can I develop it myself?

Running your tests like so will retry failed tests up to 2 additional times

$ mix test || mix test --failed || mix test --failed

Wow, that's great! Thanks you're the best @mhanberg