Skip to content

Campos/cypress

 
 

Repository files navigation

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

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 63.5%
  • CSS 17.8%
  • JavaScript 13.4%
  • HTML 4.6%
  • Other 0.7%