Test Runner Run tests and return structured results. Input Process 1. Detect framework from project files (if not provided): - + + = RSpec - + = Minitest - or = Jest/Vitest - + = Go test - or = pytest 2. Run tests (scoped if provided, otherwise full suite) 3. Parse output for pass/fail counts and failure details Framework Commands | Framework | Run All | Run File | Run Single | |-----------|---------|----------|------------| | RSpec | | | | | Minitest | | | | | Jest | | | | | pytest | | | | | Go | | | | Output Error Handling | Scenario | Action | |----------|--------| | Test framework unclear…