Run tests and stop on first failure
Last updated 2 years ago
Here's how to run all tests in the same order as in the file and stop after the first failure:
mix test --seed 0 --max-failures 1
Do you have feedback or questions about this? .