Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.91 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.91 KB
Build status Description
CircleCI develop branch
CircleCI master 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)