Add a --markdown flag that outputs test results as structured markdown to stdout.
Use cases:
- Feed test results to LLMs/AI agents for analysis
- Readable structured format that's both human- and machine-friendly
- Copy-paste into issues, PRs, or documentation
Output should include: file paths, entry names, pass/fail status, assertion details, duration.
When --markdown is active, no ANSI/progress output should be emitted.
Add a
--markdownflag that outputs test results as structured markdown to stdout.Use cases:
Output should include: file paths, entry names, pass/fail status, assertion details, duration.
When
--markdownis active, no ANSI/progress output should be emitted.