Testing
Notes on frontend test orchestration and self-hosted Cypress result dashboards.
In this section
- Frontend — sorry-cypress and Cypress reporting
sorry-cypress (highlight)
sorry-cypress is an open-source drop-in replacement for the Cypress Dashboard — store screenshots, videos, and run history on your own infra.
Source
Typical stack
| Component | Role |
|---|---|
| Director | Receives Cypress run uploads |
| API | GraphQL/REST for queries |
| Dashboard | Web UI to browse specs and failures |
| S3 / MinIO | Artifact storage |
Point Cypress at your director URL via CYPRESS_API_URL and project record key.
Related
- Automation — Cypress browser E2E
- Tooling Extras