These folders hold end-to-end tests and supporting files for the Cypress Test Runner.
- fixtures holds optional JSON data for mocking, read more
- integration holds the actual test files, 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.json file, see Cypress configuration doc.