Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 320 Bytes

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:

  1. npm install

  2. npx cypress open (GUI mode) and click on self>npm_spec.js

OR

  1. npx cypress run (CLI mode) npx cypress run --spec cypress/integration/self/npm_spec.js