cypress-io / cypress
- пятница, 13 октября 2017 г. в 03:15:10
Cypress is a test runner that helps you write automated tests in the browser.
Build status | Description |
---|---|
develop branch |
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.
Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.
Please see out deployment document.
This project is licensed under the terms of the MIT license.
Let the world know your project is using Cypress.io to test with this cool badge
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)