API Reference test_with_retry v0.1.1

Mix Tasks

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.