Required software installed:
- Node.js
- VIsual Studio Code
How to run tests:
- Navigate to the
cypress-templatefolder via the Command Prompt. - Run
npm installto install dependencies required by the project. These dependencies are declared in yourpackage.jsonfile. This command will create anode_modulesfolder. - Run
npx cypress run- (this will execute all tests without opening a web browser), ornpx cypress open- this will open the Cypress Explorer where you can select specific tests or run them all. You will be able to see your tests run in the browser here.