AI-friendly JSON test output for ExUnit.
Quick Start
mix test.json --quiet
Key Commands
# First run - see failures (default)
mix test.json --quiet
# Iterate on failures (fast)
mix test.json --quiet --failed --first-failure
# Health check
mix test.json --quiet --summary-only
See ExUnitJSON module docs for full options and schema.