Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypress-io/cypress
Fast, easy and reliable testing for anything that runs in a browser.
https://github.com/cypress-io/cypress
angular-testing-library component-testing cypress cypress-cloud cypress-schematic end-to-end-testing react-testing-library svelte-testing-library test-replay testing-framework testing-library testing-tool vue-testing-library
Last synced: 4 days ago
JSON representation
Fast, easy and reliable testing for anything that runs in a browser.
- Host: GitHub
- URL: https://github.com/cypress-io/cypress
- Owner: cypress-io
- License: mit
- Created: 2015-03-04T00:46:28.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-04T15:05:14.000Z (9 days ago)
- Last Synced: 2024-12-04T16:49:23.524Z (9 days ago)
- Topics: angular-testing-library, component-testing, cypress, cypress-cloud, cypress-schematic, end-to-end-testing, react-testing-library, svelte-testing-library, test-replay, testing-framework, testing-library, testing-tool, vue-testing-library
- Language: JavaScript
- Homepage: https://cypress.io
- Size: 681 MB
- Stars: 47,539
- Watchers: 606
- Forks: 3,204
- Open Issues: 1,413
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome - cypress-io/cypress - Fast, easy and reliable testing for anything that runs in a browser. (JavaScript)
- awesome - cypress-io/cypress - Fast, easy and reliable testing for anything that runs in a browser. (JavaScript)
- awesome - cypress - Fast, easy and reliable testing for anything that runs in a browser. (CoffeeScript)
- awesome-nodejs - cypress - Fast, easy and reliable testing for anything that runs in a browser. ![](https://img.shields.io/github/stars/cypress-io/cypress.svg?style=social&label=Star) (Repository / Testing)
- awesome-repositories - cypress-io/cypress - Fast, easy and reliable testing for anything that runs in a browser. (JavaScript)
- awesome-starts - cypress-io/cypress - Fast, easy and reliable testing for anything that runs in a browser. (JavaScript)
- stars - cypress-io/cypress - Fast, easy and reliable testing for anything that runs in a browser. (JavaScript)
- awesome-for-beginners - cypress
- awesome-cypress - GitHub Repo
- awesome-list - cypress - io | 32697 | (JavaScript)
- best-of-react - GitHub - 10% open · ⏱️ 05.06.2024): (Testing)
- StarryDivineSky - cypress-io/cypress
- my-awesome - cypress-io / cypress - Fast, easy and reliable testing for anything that runs in a browser. (Tool)
- awesome-coding - cypress: Fast, easy and reliable testing for anything that runs in a browser.
- awesome-react - cypress - Fast, easy and reliable testing for anything that runs in a browser (**Awesome React** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / React)
- jimsghstars - cypress-io/cypress - Fast, easy and reliable testing for anything that runs in a browser. (JavaScript)
- fucking-awesome-for-beginners - cypress
- awesome - cypress-io/cypress - Fast, easy and reliable testing for anything that runs in a browser. (JavaScript)
- awesome - cypress-io/cypress - Fast, easy and reliable testing for anything that runs in a browser. (JavaScript)
- awesome-engineering - Cypress
- awesome-engineering - Cypress
- stars - cypress - io | 47554 | (JavaScript)
- stars - cypress - io | 47554 | (JavaScript)
README
Documentation |
Changelog |
Roadmap
The web has evolved. Finally, testing has too.
Fast, easy and reliable testing for anything that runs in a browser.
Join us, we're hiring.## What is Cypress?
## Installing
[![npm version](https://badge.fury.io/js/cypress.svg)](https://badge.fury.io/js/cypress)
Install Cypress for Mac, Linux, or Windows, then [get started](https://on.cypress.io/install).
```bash
npm install cypress --save-dev
```
or
```bash
yarn add cypress --dev
```
or
```bash
pnpm add cypress --save-dev
```![installing-cli e1693232](./assets/cypress-installation.gif)
## Contributing
[![cypress](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/ypt4pf/develop&style=flat&logo=cypress)](https://cloud.cypress.io/projects/ypt4pf/runs)
[![CircleCI](https://circleci.com/gh/cypress-io/cypress/tree/develop.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress/tree/develop) - `develop` branchPlease see our [Contributing Guideline](./CONTRIBUTING.md) which explains repo organization, linting, testing, and other steps.
## License
[![license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/cypress-io/cypress/blob/develop/LICENSE)
This project is licensed under the terms of the [MIT license](/LICENSE).
## Badges
Configure a badge for your project's README to show your test status or test count in the [Cypress Cloud](https://www.cypress.io/cloud).
[![cypress](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/ypt4pf/develop&style=flat&logo=cypress)](https://cloud.cypress.io/projects/ypt4pf/runs)
[![cypress](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/count/ypt4pf/develop&style=flat&logo=cypress)](https://cloud.cypress.io/projects/ypt4pf/runs)
Or let the world know your project is using Cypress with the badge below.
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
```
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
```