Cypress.io is an open source, MIT licensed end-to-end test runner
These folders hold end-to-end tests and supporting files for the Cypress Test Runner.
- fixtures holds optional JSON data for mocking, read more
- e2e holds the actual test files, read more
- plugins allow you to customize how tests are loaded, read more
- support file runs before all tests and is a great place to write or load additional custom commands, read more
You can configure project options in the ../cypress.config.js file, see Cypress configuration doc.