Testing ToolsUnclaimed

Cypress

Vendor
Cypress.io
Also known as
cypress-io

Available worldwide · Popular in: US

What is Cypress?

Create tests, debug failures, and improve quality faster than ever with AI-powered guidance at every stage of testing and full code ownership.

Independently observed

Cypress pricing

Plans, per-tier features and add-ons, dated and linked to live pricing. Pricing changes often; always verify at source before you rely on it.

Pricing as of verify at live pricing ↗Independently observed
from $4.40/moSubscriptionFree tier30-day trial

From $67/month. Free tier available. 30-day free trial of Enterprise features.

Starter

Free
Free

Free plan for teams starting with Cypress

users
50
prompt_execs
100/month
test_results
500/month
data_retention
30 days
  • Parallelization
  • Test Replay
  • Project Analytics
  • Cloud MCP

Team

$67/month or $799/year billed annually
min 50 seats

For growing teams optimizing their test suite quality

users
50
prompt_execs
9k/year
test_results
120k/year
data_retention
90 days
  • Parallelization
  • Test Replay
  • Project Analytics
  • Cloud MCP
  • Flake Detection
  • Flaky Test Analytics
  • Jira Integration
  • Email Support

Business

$267/month or $3,199/year billed annually
min 50 seats

For businesses improving their quality and efficiency at scale

users
50
prompt_execs
24k/year
test_results
120k/year
data_retention
90 days
  • Parallelization
  • Test Replay
  • Project Analytics
  • Cloud MCP
  • Flake Detection
  • Flaky Test Analytics
  • Jira Integration
  • Email Support
  • Spec Prioritization
  • Auto Cancellation
  • GitHub Enterprise
  • GitLab Enterprise
  • SSO

Enterprise

Contact sales
Contact sales

For organizations with custom needs at enterprise scale

users
Unlimited
prompt_execs
60k/year
test_results
1.8M/year
data_retention
180 days
  • Parallelization
  • Test Replay
  • Project Analytics
  • Cloud MCP
  • Flake Detection
  • Flaky Test Analytics
  • Jira Integration
  • Email Support
  • Spec Prioritization
  • Auto Cancellation
  • GitHub Enterprise
  • GitLab Enterprise
  • SSO
  • Enterprise Reporting
  • Data Extract API
  • Premium Support
  • Enterprise Roadmap
  • Technical Consultant

What Cypress does

The capabilities that matter for testing tools, normalised so it lines up with every alternative. “-” means we haven't confirmed it, not that it's missing.

Core
Test types
-
Browser automation
Built-in assertion library
Languages
JavaScript
Isolation
Mocking / stubbing
-
Techniques
Snapshot testing
-
Performance
Parallel execution
Insight
Code coverage
DX
Watch mode
Ops
CI integration
Independently observed

Platform & deployment

Independently observed
Platforms
  • CLI
  • Web
Deployment
  • Cloud / SaaS

Integrations (3)

Independently observed
  • Jira
  • GitHub Enterprise
  • GitLab Enterprise

Cypress FAQ

Common questions about Cypress, answered from independent, dated evidence.

What is Cypress and what types of testing does it support?

Cypress is an open-source JavaScript-based testing framework designed for end-to-end and component testing of web applications. It executes tests directly in the browser, allowing developers to write tests using JavaScript and interact with the DOM as the browser renders content. The framework includes built-in features for test creation, debugging, and introspection of application state during test execution.

Source: https://www.cypress.io

Is Cypress open source and what does it cost?

Cypress is licensed under the MIT License and is completely free as an open-source project with millions of weekly downloads. The company also offers Cypress Cloud, a paid subscription service with tiered plans for teams needing advanced capabilities such as test parallelization, analytics, test replay, and CI/CD integration. The free tier includes basic cloud features; paid plans scale with test volume and additional enterprise features.

Source: https://www.cypress.io/pricing

What operating systems and browsers does Cypress support?

Cypress runs on Windows, macOS, and Linux and supports testing in Chromium (via bundled Electron), Chrome, Firefox, and Edge browsers, with experimental WebKit support available. The framework requires Node.js 20.x or later. System requirements are modest for local development, though CI environments should have at least 2 CPUs and 4 GB of RAM for optimal performance.

Source: https://docs.cypress.io/guides/getting-started/installing-cypress

How does Cypress differ from Selenium and similar testing tools?

Cypress runs directly within the browser context rather than communicating with the browser remotely, which eliminates timing issues and provides instant, synchronous access to the DOM and application state. This architecture enables faster test execution, simpler debugging with browser developer tools, and more reliable handling of modern asynchronous web applications. Cypress is JavaScript-first, whereas Selenium supports multiple languages.

Source: https://www.cypress.io

Can Cypress integrate with CI/CD pipelines and run tests in parallel?

Cypress integrates seamlessly with popular CI/CD platforms including GitHub Actions, GitLab CI, CircleCI, Jenkins, and others through Cypress Cloud or self-hosted runners. The platform supports test parallelization and orchestration to distribute test execution across multiple machines, reducing overall CI run time and improving development feedback loops.

Source: https://www.cypress.io

What languages and package managers can I use with Cypress?

Cypress tests are written in JavaScript or TypeScript, allowing developers to leverage JavaScript ecosystem tools and libraries. The framework works with npm, Yarn, pnpm, and Bun as package managers, providing flexibility for teams with different dependency management preferences.

Source: https://docs.cypress.io/guides/getting-started/installing-cypress

What debugging and troubleshooting capabilities does Cypress provide?

Cypress includes comprehensive debugging tools built into the test runner, including DOM inspection, network activity monitoring, and console access. For CI failures, Cypress Cloud offers test replay functionality that allows developers to rewind and examine test execution step-by-step, significantly reducing the time needed to diagnose flaky tests or failures in remote environments.

Source: https://www.cypress.io

Cypress alternatives

Other testing tools we track, ranked by the same independent score.

Independent · unbought · dated

The Vioscale score: one lens on the evidence

Not user reviews and not a paid placement: a confidence-weighted blend of the independent signals below (adoption, activity, security posture, and more), which you can sort and re-weight yourself. Vendors can correct their listing but can never move their rank, and stars are weighted low as a vanity metric. It is one way to read the evidence for Cypress, not the verdict.

Balanced composite 72 / 100
medium · 68%
Signal contributions to the composite score
SignalScoreWeightContributionEvidence
Package Downloads890.2017.9
Capabilities810.1210.0
Github Activity610.148.4
Stackoverflow Activity800.097.4
Release Cadence930.087.1
Pricing Transparency1000.066.2
Price Level800.053.7
Security Posture350.103.5
Github Stars890.043.4
Reliability500.063.1
Integrations170.061.1

Computed . Re-weight it by intent, or see the full method.

All data & sourcesshow ↓

Every value we hold, with its source, retrieval date, and confidence. This is the evidence behind the score: don't trust it, verify it.

Activity

AttributeValueEvidence
Commits last 30d83mediumsource · 2026-07-31 · 65%

Adoption

AttributeValueEvidence
Package downloads weekly7,616,842highsource · 2026-07-31 · 85%
Github stars50,642highsource · 2026-07-31 · 90%
Stackoverflow questions30,000highsource · 2026-07-30 · 75%

Content

AttributeValueEvidence
Faq[{"answer":"Cypress is an open-source JavaScript-based testing framework designed for end-to-end and component testing of web applications. It executes tests directly in the browser, allowing developers to write tests using JavaScript and interact with the DOM as the browser renders content. The framework includes built-in features for test creation, debugging, and introspection of application state during test execution.","source":"https://www.cypress.io","question":"What is Cypress and what types of testing does it support?","confidence":0.95},{"answer":"Cypress is licensed under the MIT License and is completely free as an open-source project with millions of weekly downloads. The company also offers Cypress Cloud, a paid subscription service with tiered plans for teams needing advanced capabilities such as test parallelization, analytics, test replay, and CI/CD integration. The free tier includes basic cloud features; paid plans scale with test volume and additional enterprise features.","source":"https://www.cypress.io/pricing","question":"Is Cypress open source and what does it cost?","confidence":0.95},{"answer":"Cypress runs on Windows, macOS, and Linux and supports testing in Chromium (via bundled Electron), Chrome, Firefox, and Edge browsers, with experimental WebKit support available. The framework requires Node.js 20.x or later. System requirements are modest for local development, though CI environments should have at least 2 CPUs and 4 GB of RAM for optimal performance.","source":"https://docs.cypress.io/guides/getting-started/installing-cypress","question":"What operating systems and browsers does Cypress support?","confidence":0.93},{"answer":"Cypress runs directly within the browser context rather than communicating with the browser remotely, which eliminates timing issues and provides instant, synchronous access to the DOM and application state. This architecture enables faster test execution, simpler debugging with browser developer tools, and more reliable handling of modern asynchronous web applications. Cypress is JavaScript-first, whereas Selenium supports multiple languages.","source":"https://www.cypress.io","question":"How does Cypress differ from Selenium and similar testing tools?","confidence":0.92},{"answer":"Cypress integrates seamlessly with popular CI/CD platforms including GitHub Actions, GitLab CI, CircleCI, Jenkins, and others through Cypress Cloud or self-hosted runners. The platform supports test parallelization and orchestration to distribute test execution across multiple machines, reducing overall CI run time and improving development feedback loops.","source":"https://www.cypress.io","question":"Can Cypress integrate with CI/CD pipelines and run tests in parallel?","confidence":0.94},{"answer":"Cypress tests are written in JavaScript or TypeScript, allowing developers to leverage JavaScript ecosystem tools and libraries. The framework works with npm, Yarn, pnpm, and Bun as package managers, providing flexibility for teams with different dependency management preferences.","source":"https://docs.cypress.io/guides/getting-started/installing-cypress","question":"What languages and package managers can I use with Cypress?","confidence":0.94},{"answer":"Cypress includes comprehensive debugging tools built into the test runner, including DOM inspection, network activity monitoring, and console access. For CI failures, Cypress Cloud offers test replay functionality that allows developers to rewind and examine test execution step-by-step, significantly reducing the time needed to diagnose flaky tests or failures in remote environments.","source":"https://www.cypress.io","question":"What debugging and troubleshooting capabilities does Cypress provide?","confidence":0.93}]highsource · 2026-07-30 · 94%

Features

AttributeValueEvidence
Capabilities{"coverage":true,"languages":"JavaScript","assertions":true,"watch_mode":true,"ci_integration":true,"browser_automation":true,"parallel_execution":true}mediumsource · 2026-08-05 · 60%

Integrations

AttributeValueEvidence
Count3mediumsource · 2026-08-05 · 60%

Language

AttributeValueEvidence
PrimaryTypeScripthighsource · 2026-07-31 · 90%

License

AttributeValueEvidence
SpdxMIThighsource · 2026-07-31 · 99%

Market

AttributeValueEvidence
Availability{"primaryMarkets":["US"],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}mediumsource · 2026-08-05 · 50%

Pricing

AttributeValueEvidence
Modelcommercialmediumsource · 2026-08-05 · 70%
Free tierYesmediumsource · 2026-08-05 · 60%
TransparentYesmediumsource · 2026-08-05 · 60%
Starting gbp4.4mediumsource · 2026-08-05 · 60%
Price levellowmediumsource · 2026-08-05 · 60%

Release

AttributeValueEvidence
Cadence days13mediumsource · 2026-07-31 · 70%

Reliability

AttributeValueEvidence
Status pageYesmediumsource · 2026-08-05 · 60%

Security

AttributeValueEvidence
Disclosure policyYesmediumsource · 2026-08-05 · 60%
GdprYeshighsource · 2026-08-05 · 75%
Iso27001Yeshighsource · 2026-08-05 · 75%