If you'd like to manually run your tests (e.g. if they didn't run automatically when you committed, or you want to check before you commit), here are the steps to follow.
Use the change directory command (cd
) to get inside of the automated test folder:
From within that folder, run the npm install
command:
Finally, in the same folder, run the npm run start-and-open
command. This will automatically launch Cypress. Click E2E testing, choose your browser, and click on the tests you'd like to run: