Skip to content

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

ComponentRole
DirectorReceives Cypress run uploads
APIGraphQL/REST for queries
DashboardWeb UI to browse specs and failures
S3 / MinIOArtifact storage

Point Cypress at your director URL via CYPRESS_API_URL and project record key.

Curated technical notes — open source on GitHub