Rerun only failed tests on Elixir
Raise your hand if you have a flicker test in your test suite? ✋🏾 ✋ ✋🏽 ✋🏼 ✋🏻
We've all been there, right?
Use the --failed
flag to only run the tests that failed:
mix test --failed
Tweet
Raise your hand if you have a flicker test in your test suite? ✋🏾 ✋ ✋🏽 ✋🏼 ✋🏻
We've all been there, right?
Use the --failed
flag to only run the tests that failed:
mix test --failed
Tweet