Cypress AccessibilityPremium Solution
Connect & extend
Cypress Accessibility results don't have to stay in Cypress Cloud. This section covers the ways to get a run's results out—into a file, a CI check, an AI agent, or a reporting system—so you can analyze, act on, and integrate them wherever you already work.
Ways to get your data​
| Method | Best for | Interface |
|---|---|---|
| Download report | A one-off, manual export of a single run's violations for offline analysis, sharing, or AI agents. | .csv or .json file |
| Results API | Automated pass/fail checks in CI—assert on results and block pull requests. | Node module (@cypress/extract-cloud-results) |
| Cypress Cloud MCP | Live, interactive querying by AI agents while you work in your editor. | MCP tools |
| Data Extract API | Bulk analytics and trends across projects and over time, pulled into BI or a data warehouse. | API and Enterprise Reporting downloads |
| Webhooks (coming soon) | Automatically pushing results to other systems as each run completes. | — |
Which should I use?​
- Grab a single run's results right now — use the Download report button. No setup, and the file works offline with any tool or AI agent.
- Enforce a standard in CI — use the Results API to assert on a run's results and block pull requests that don't meet it.
- Work with an AI agent — a downloaded report gives an agent the full dataset at once, while Cypress Cloud MCP lets it query results live. See Work with AI agents.
- Track trends across many runs and projects — use the Data Extract API and Enterprise Reporting.
info
Webhooks are coming soon. We're working on a way to push Cypress Accessibility results to your own systems automatically as runs complete, so you can integrate them without polling an API. This page will be updated when it's available.