Learn End to End Testing With Cypress
- Install depedency with
npm install
oryarn install
- Run the automate test, following this command :
Or you can run the single spec like this :
npm run cy:open
npx cypress run --spec="cypress/integration/advanced/$.spec.js"
You can learn with a complete project on this URL link