This local report stays on your machine. If you want hosted run history, flaky test tracking over time, and shared project dashboards, you can try the cloud service later without changing how you run pytest. Learn more.
| Date | Branch | Total | Passed | Failed | Pass% | Duration |
|---|---|---|---|---|---|---|
| {{ r.created_at[:16] }} | {{ r.branch or "—" }} | {{ r.total }} | {{ r.passed }} | {{ r.failed }} | {{ ((r.passed / r.total * 100) | round(1)) if r.total else 0 }}% | {{ r.duration_s }}s |
| Test Name | Duration | Error |
|---|---|---|
| {{ t.name }} | {{ t.duration_ms }}ms | {{ t.error_message }} |
✓ All tests passed
{% endif %}