mcp-office-tools/reports/pytest_results.json
Ryan Malloy c935cec7b6 Add MS Office-themed test dashboard with interactive reporting
- Self-contained HTML dashboard with MS Office 365 design
- pytest plugin captures inputs, outputs, and errors per test
- Unified orchestrator runs pytest + torture tests together
- Test files persisted in reports/test_files/ with relative links
- GitHub Actions workflow with PR comments and job summaries
- Makefile with convenient commands (test, view-dashboard, etc.)
- Works offline with embedded JSON data (no CORS issues)
2026-01-11 00:28:12 -07:00

18 lines
347 B
JSON

{
"metadata": {
"start_time": "2026-01-11T00:23:10.209539",
"pytest_version": "9.0.2",
"end_time": "2026-01-11T00:23:10.999816",
"duration": 0.7902717590332031,
"exit_status": 0
},
"summary": {
"total": 0,
"passed": 0,
"failed": 0,
"skipped": 0,
"pass_rate": 0
},
"categories": {},
"tests": []
}