Problem
mutiny test prints per-case lines and counts (test_cmd.py), but GOOD_FIRST_ISSUES #22 asks for a friendlier single summary line. Easy DX win for CI logs.
Repository evidence
Proposed direction
Always print one machine-scannable summary, e.g. Summary: 3 passed, 1 failed, 0 skipped (match Hosted tests page tone). Keep --json as structured output.
Acceptance criteria
Difficulty
XS · CLI · good first issue
Problem
mutiny testprints per-case lines and counts (test_cmd.py), but GOOD_FIRST_ISSUES #22 asks for a friendlier single summary line. Easy DX win for CI logs.Repository evidence
packages/mutiny_cli/src/mutiny_cli/test_cmd.py— aggregatespassed/failed/skippedProposed direction
Always print one machine-scannable summary, e.g.
Summary: 3 passed, 1 failed, 0 skipped(match Hosted tests page tone). Keep--jsonas structured output.Acceptance criteria
docs/CLI.mdexample updated if neededDifficulty
XS · CLI · good first issue