Cypress is a next generation front end testing tool built for the modern web. We address the key pain points developers and QA engineers face when testing modern applications.
Follow the documentation to learn how to write code to implement easily your end to end tests with Cypress.
Before to run test with Cypress, you can check these files in test/e2e
:
cypress.json
contains the global configurationcypress.env.json
contains the environnement variables
yarn cy:open
> yarn cy:run
# Replace the #name# for your test
yarn cy:run "test/e2e/integration/app/#name#.spec.js"