This is a simple Cypress Page Object Model Test setup for learning. Please star this if it helps you :)
Clone the repo and from project folder:
-
npm install
-
npx cypress open (GUI mode) and click on self>npm_spec.js
OR
- npx cypress run (CLI mode) npx cypress run --spec cypress/integration/self/npm_spec.js