mix test_with_retry (test_with_retry v0.1.1) View Source

A mix task to retry failed tests. It accepts the same command line arguments as mix test. If failures are encountered on the first test run, it will do another run adding the --failed option to only run failed tests. If tests continue to fail, it will return an exit code of 1 so that CI can report failures appropriately.

Link to this section Summary

Link to this section Functions