Discover / Development

Cypress

by cypress-ioTypeScript

JavaScript end to end testing framework for modern web applications.

Repositorystable

Maturity: stable because 11y old, v15.19.0 released 13d ago. Derived from release and commit history, not a rating.

Stars
51k
Forks
3.6k
Downloads / mo
Last commit
2026-08-03
License
MIT
Open issues
1.1k

Market and trust evidence

Edition not yet matched

No exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.

Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.

In practice

Written by AI from this repository’s README · medium confidence

A team has no reliable way to test real browser behaviour of its application before shipping.

Use it when

Use it when you want browser based end to end or component tests installed as a dev dependency of a Node project.

Not the right pick when

The README is thin and points to external docs, and it only covers what runs in a browser.

Capabilities

  • end to end testing in a browser
  • component testing with React, Vue, Angular and Svelte testing libraries
  • installs on Mac, Linux or Windows
  • npm, yarn and pnpm installation
  • status and count badges via Cypress Cloud

Cost: Free and open source

Install

Derived from the published package name in the repository, not from a model.

Video walkthroughs

Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.

What the repository ships

Ships CLAUDE.mdCursor rulesHas docsDocker imageSecurity policyCI configured

Detected from the actual files in the repository root.

Latest release v15.19.0

Published 2026-07-21

Changelog: https://docs.cypress.io/app/references/changelog#15-19-0

Tags

README

<p align="center">

<a href="https://www.cypress.io">

<picture>

<source media="(prefers-color-scheme: dark)" srcset="./assets/cypress-logo-dark.png">

<source media="(prefers-color-scheme: light)" srcset="./assets/cypress-logo-light.png">

<img alt="Cypress Logo" src="./assets/cypress-logo-light.png">

</picture>

</a>

</p>

<p align="center">

<a href="https://on.cypress.io">Documentation</a> |

<a href="https://on.cypress.io/changelog">Changelog</a> |

<a href="https://on.cypress.io/roadmap">Roadmap</a>

</p>

<h3 align="center">

The web has evolved. Finally, testing has too.

</h3>

<p align="center">

Fast, easy and reliable testing for anything that runs in a browser.

</p>

<p align="center">

Join us, we're <a href="https://cypress.io/jobs">hiring</a>.

</p>

<p align="center">

<a href="https://www.npmjs.com/package/cypress">

<img src="https://img.shields.io/npm/dm/cypress.svg" alt="npm"/>

</a>

<a href="https://on.cypress.io/discord">

<img src="https://img.shields.io/badge/chat-on%20Discord-brightgreen" alt="Discord chat"/>

</a>

<a href="https://stackshare.io/cypress">

<img src="https://img.stackshare.io/misc/follow-on-stackshare-badge.svg" alt="StackShare"/>

</a><br />

</p>

What is Cypress?

<p align="center">

<a href="https://player.vimeo.com/video/237527670">

<img alt="Why Cypress Video" src="https://user-images.githubusercontent.com/1271364/31739717-dbdff0ee-b41c-11e7-9b16-bfa1b6ac1814.png" width="75%" height="75%" />

</a>

</p>

Installing

npm version

Install Cypress for Mac, Linux, or Windows, then get started.


npm install cypress --save-dev

or


yarn add cypress --dev

or


pnpm add cypress --save-dev

installing-cli e1693232

Contributing

cypress

CircleCI - develop branch

Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.

License

license

This project is licensed under the terms of the MIT license.

Badges

Configure a badge for your project's README to show your test status or test count in the Cypress Cloud.

cypress

cypress

Or let the world know your project is using Cypress with the badge below.

Cypress.io


[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)

Related tools