Sample project to showcase how to write End-To-End tests using Cypress with the Page Object Model Design Pattern.
- Install NodeJS on your machine
- Clone this repository
- Install the project's dependencies
npm install
- You can execute the tests in the terminal with
npm test
- Or you can open the Cypress window with
npm run open