For the complete documentation index, see llms.txt. This page is also available as Markdown.

Run tests and stop on first failure

Run tests and stop on first failure

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? Email me.