/cypress-demo

Exploring Cypress Testing

Primary LanguageJavaScript

Cypress.io end-to-end tests

Cypress.io is an open source, MIT licensed end-to-end test runner

Folder structure

These folders hold end-to-end tests and supporting files for the Cypress Test Runner.

cypress.json file

You can configure project options in the ../cypress.json file, see Cypress configuration doc.

More information