Cypress E2E test example
In order to run this test example, you need Cypress installed in your computer. Please follow the steps below if Cypress is not yet installed on your computer:
- Install node.js and npm (https://nodejs.org/en/)
- Install Cypress:
npm install --save-dev cypress
Once you have cloned this repo, navigate to it in the CLI and type:
npx cypress run --spec .\cypress\e2e\login\factorial.cy.js