Smart Test Reporting Generate test reports that plug into the user's existing workflow. Zero new tools. Steps 1. Run Tests (If Not Already Run) Check if recent test results exist: If no recent results, run tests: 2. Parse Results Read the JSON report: Extract: - Total tests, passed, failed, skipped, flaky - Duration per test and total - Failed test names with error messages - Flaky tests (passed on retry) 3. Detect Report Destination Check what's configured and route automatically: | Check | If found | Action | |---|---|---| | env var | TestRail configured | Push results via | | env var | Sla…