Skip to content
develop
Go to file
Code
This branch is 2371 commits behind cypress-io:develop.

Latest commit

 

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cli
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build status Description
CircleCI develop branch

Cypress

This is the Cypress monorepo, containing all packages that make up the Cypress app. See Issue #256 for details.

This monorepo is made up of various packages, all of which are found under the packages directory. They are discrete modules with different responsibilities, but each is necessary for the Cypress app and is not necessarily useful outside of the Cypress app.

Some, like https-proxy and launcher, run solely in node and support the Cypress server. Others, like desktop-gui and runner, create the GUI parts of the Cypress app. All packages can require each other using const server = require('@packages/server') syntax.

Documentation

Development

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

Deployment

Please see out deployment document.

License

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

Badges

Let the world know your project is using Cypress.io to test with this cool badge

badge

[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)

About

Cypress is a test runner that helps you write automated tests in the browser.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.