December 2019
Intermediate to advanced
598 pages
12h 21m
English
Cypress executes in our frontend, so let's carry out the following steps to install and configure Cypress in our frontend project:
> npm install cypress --save-dev
"scripts": { ..., "cy:open": "cypress open"},
> npm run cy:open
After a few seconds, Cypress will open, showing a list of example test files that have just been installed:

These examples can be found in the cypress/integration/examples ...
Read now
Unlock full access