Test Report banner
zircote zircote

Test Report

Testing community

Description

--- name: test-report description: Generate test execution report in various formats arguments: - name: format description: Output format (markdown, html, json) required: false - name: output description: Output file path (defaults to stdout) required: false --- # Generate Test Report Create a comprehensive report of test execution results. ## Report Generation <step name="check-state"> Verify test state exists: ```bash if [[ ! -f ".claude/test-state.json" ]]; then ech

Installation

Installs to ~/.claude/commands/zircote-mnemonic-test-report.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/zircote/mnemonic/HEAD/.claude/commands/test-report.md -o ~/.claude/commands/zircote-mnemonic-test-report.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository