Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 525 Bytes

File metadata and controls

26 lines (17 loc) · 525 Bytes

AGENTS.md - AI Editor Guide

AI-friendly JSON test output for ExUnit.

Full Documentation (llms.txt)

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.