---
id: cloud/get-started/introduction
title: Introduction to Cypress Cloud
description: >-
  Cypress Cloud records your test runs to give you Test Replay, flake detection,
  parallelization, and analytics across CI.
section: cloud
source_path: docs/cloud/get-started/introduction.mdx
version: e092ccffd0e66fc446aea20f1c7cab20a2534c4c
updated_at: '2026-08-20T01:04:15.237Z'
---
# Scale your testing with confidence on every release

Cypress Cloud is the companion service to the open-source Cypress app, and the place your team manages the quality of its tests and your application. Cypress Cloud shows how reliable your tests and app are over time, and orchestrates runs so feedback stays fast as your suite grows. You keep writing tests the same way you do today. Cypress Cloud gives your team one place to debug failures, track quality trends, and decide whether a release is ready to ship.

[Sign up ➜](https://cloud.cypress.io/signup) [See a demo](https://www.youtube.com/watch?v=vFLShoCM8pA) [Explore an example project](https://cloud.cypress.io/projects/7s5okt)

## Costs and risks Cypress Cloud helps you reduce

Most of the value of Cypress Cloud is the time, money, and risk it removes from running tests in CI:

*   Slow feedback and rising CI spend: [Smart Orchestration](/llm/markdown/cloud/features/smart-orchestration/overview.md) runs specs across multiple machines and [balances the load](/llm/markdown/cloud/features/smart-orchestration/load-balancing.md#Balance-strategy), [Spec Prioritization](/llm/markdown/cloud/features/smart-orchestration/spec-prioritization.md) runs recently failed specs first, and [Auto Cancellation](/llm/markdown/cloud/features/smart-orchestration/run-cancellation.md) stops a run once it has already failed, so each pipeline uses less time and compute.
*   Flaky tests that erode trust in the suite: [Flaky Test Management](/llm/markdown/cloud/features/flaky-test-management.md) surfaces unreliable tests before your team starts ignoring real failures.
*   Slow debugging of failures you cannot reproduce locally: [Test Replay](/llm/markdown/cloud/features/test-replay.md) reproduces the exact run with full debug capability, so triage does not depend on guesswork.
*   Regressions reaching your main branch: status checks from the [GitHub](/llm/markdown/cloud/integrations/github.md), [GitLab](/llm/markdown/cloud/integrations/gitlab.md), and [Bitbucket](/llm/markdown/cloud/integrations/bitbucket.md) integrations block failing code from merging.
*   Blind spots in quality over time: [analytics](/llm/markdown/cloud/features/analytics/overview.md) track test health at the project and organization level, so you can see when reliability or speed starts to slip.

Want a rough dollar figure for your own team? The [Cypress Cloud Savings Calculator](https://www.cypress.io/savings-calculator?utm_source=docs.cypress.io&utm_medium=cloud-intro&utm_content=Savings+Calculator) estimates the annual time and money you could save from Smart Orchestration, Test Replay, flake detection, and more, based on your team size, run frequency, and suite size.

## Benefits

[Cypress Cloud](https://on.cypress.io/about-cypress-cloud?utm_medium=cloud-benefits&utm_source=docs.cypress.io&utm_term=&utm_content=Cypress+Cloud) brings test results, analytics, orchestration, and integrations together in one platform. With it, you can:

*   [View and debug past test results](#View-and-debug-past-test-results) from your CI environment.
*   [Analyze and diagnose](#Analyze-and-diagnose-test-health) test health.
*   [Reduce test time and CI costs](#Reduce-test-time--CI-costs) by orchestrating future runs across multiple machines.
*   [Integrate with the developer tools you already use](#Integrate-with-your-favorite-tools) to streamline your workflows.
*   [View CI runs and test health](#Cypress-app-integration) directly from the Cypress app.
*   [Configure Cypress Cloud the way your team works](#Flexible-enterprise-configuration-and-single-sign-on) and enable enterprise single sign-on.
*   Use [AI at Cypress](/llm/markdown/cloud/features/cypress-ai-features.md) for test authoring ([Studio AI](/llm/markdown/app/guides/cypress-studio.md), [cy.prompt()](/llm/markdown/api/commands/prompt.md)), test analysis (Test Intent and Error Summaries), and UI Coverage test generation.
*   Add premium solutions like [UI Coverage](https://on.cypress.io/ui-coverage-trial?utm_medium=cloud-benefits&utm_source=docs.cypress.io&utm_term=&utm_content=UI+Coverage) and [Cypress Accessibility](http://on.cypress.io/accessibility-trial?utm_medium=cloud-benefits&utm_source=docs.cypress.io&utm_term=&utm_content=Cypress+Accessibility) for new insights into test and application quality, with no code, setup, or impact on your test runs.

### View and debug past test results

Each test run is stored in Cypress Cloud, where you can see past results and the current state of your app on the [Latest Runs](/llm/markdown/cloud/features/recorded-runs.md) page.

Replay the test exactly as it ran during the recorded run, with full debug capability, using [Test Replay](/llm/markdown/cloud/features/test-replay.md).

You can also view each test's [command logs, screenshots, video replays, stack traces, and CI logs](/llm/markdown/cloud/features/recorded-runs.md#Test-detail-sidebar). Pinpointing a CI test failure takes a single click.

### Analyze and diagnose test health

View each [run's overview](/llm/markdown/cloud/features/recorded-runs.md#Overview-tab) to compare past runs and analyze trends over time. You can spot changes in your setup that might introduce problematic trends, and identify unreliable tests with [Flaky Test Management](/llm/markdown/cloud/features/flaky-test-management.md).

The [analytics](/llm/markdown/cloud/features/analytics/overview.md) capabilities show test metrics over time, helping you determine the overall health of your test suite. You can see which tests are problematic, getting slower, or growing over time, and monitor test health at both the project and organization level. You can also retrieve your test data through Cypress Cloud APIs.

### Reduce test time & CI costs

[Smart Orchestration](/llm/markdown/cloud/features/smart-orchestration/overview.md) lets you run tests across multiple machines at the same time in your CI environment, while Cypress Cloud coordinates the runners and [balances test loads](/llm/markdown/cloud/features/smart-orchestration/load-balancing.md#Balance-strategy) with no setup required. To surface problems earlier, you can prioritize recently failed specs with [Spec Prioritization](/llm/markdown/cloud/features/smart-orchestration/spec-prioritization.md), so they run sooner on their next run. To save time and resource usage, you can cancel a whole run on failure with [Auto Cancellation](/llm/markdown/cloud/features/smart-orchestration/run-cancellation.md), or [cancel in-progress runs](/llm/markdown/cloud/features/recorded-runs.md#Run-cancellation) manually from Cypress Cloud when you need to.

### Integrate with your favorite tools

#### Source control providers

Cypress Cloud integrates with [GitHub](/llm/markdown/cloud/integrations/github.md), [GitLab](/llm/markdown/cloud/integrations/gitlab.md), and [Bitbucket](/llm/markdown/cloud/integrations/bitbucket.md) to help keep failing code out of your main branch. Use status checks to block commits from merging until your Cypress tests are green, and surface test results directly in your pull requests with comments that include test run statistics, specific failure details, and deep links to results in Cypress Cloud for fast debugging.

[Business and Enterprise plans](https://www.cypress.io/pricing/) also include secure integration with self-managed [GitHub](https://docs.github.com/en/enterprise-server@3.5/admin/overview/about-github-enterprise-server) and [GitLab](https://docs.gitlab.com/ee/subscriptions/self_managed/) instances.

#### Team communication

Get notified on test progress directly in your team's [Slack](/llm/markdown/cloud/integrations/slack.md) or [Microsoft Teams](/llm/markdown/cloud/integrations/microsoft-teams.md) channels.

#### Issue management

Keep the whole team up to date with [Jira](/llm/markdown/cloud/integrations/jira.md) integration. You can [create bidirectionally linked Jira tickets](/llm/markdown/cloud/integrations/jira.md#Create-a-Jira-issue-from-a-test) directly from specific test failures.

#### AI coding assistants

Give your AI coding assistant and agents a direct window into your application's health and stability by connecting to the [Cypress Cloud Model Context Protocol (MCP) server](/llm/markdown/cloud/integrations/cloud-mcp.md).

This closes the context gap between CI and your editor, so you remove the manual triage that slows testing down. Instead of pasting in context by hand, your AI tools can query run results, analyze stack traces, and audit flaky tests to diagnose issues inside your development loop. It works with Claude, Cursor, GitHub Copilot, and more.

#### Command line

Query your Cypress Cloud data from the terminal with the [Cloud CLI](/llm/markdown/cloud/integrations/cloud-cli.md). Check run status, read failing tests, and pull [Test Replay](/llm/markdown/cloud/features/test-replay.md) timelines as JSON, so you can build custom tooling, script automation, or hand the same context to a terminal-based agent.

### Cypress app integration

The [Cypress app](/llm/markdown/cloud/features/recorded-runs.md#Cypress-App) integrates directly with Cypress Cloud to give developers the latest test results without switching tools. You get notifications about new failing tests in CI, so you can re-run them immediately in your local environment to debug.

### Flexible enterprise configuration and single sign-on

You can use our flexible administrative functions to configure Cypress Cloud the way your team works. Group [projects](/llm/markdown/cloud/account-management/projects.md) into multiple [organizations](/llm/markdown/cloud/account-management/organizations.md) if you have a lot, check [usage](/llm/markdown/cloud/account-management/billing-and-usage.md), and administer [users and permissions](/llm/markdown/cloud/account-management/users.md#User-roles).

We also provide [SSO integration](/llm/markdown/cloud/account-management/enterprise-sso.md) for teams on [Business or Enterprise plans](https://www.cypress.io/pricing/).

## Example project

The Cypress [Real World App (RWA)](https://github.com/cypress-io/cypress-realworld-app) uses [Cypress Cloud in CI](https://cloud.cypress.io/projects/7s5okt) to test over 300 test cases in parallel across 25 machines, multiple browsers, multiple device sizes, and multiple operating systems.

**Have a question you don't see answered here?**

[We have answered some common questions about Cypress Cloud in our FAQ](/llm/markdown/cloud/faq.md).
