Skip to content

hangocmy/cypress-pom

Repository files navigation

CYPRESS TESTING 🧪

1. HOW TO RUN CYPRESS ON LOCAL

  • Install package: npm install

  • Run app: npm start

  • Run cypress with GUI: npx cypress open Choose specific spec file and run

or

  • Run all specs without GUI: npx cypress run --e2e --browser chrome

2. HOW TO WATCH TEST RESULT:

ON CYPRESS DASHBOARD:

or

DEFECTS LIST:

3. ABOUT PANDAS VOUCHER SHOP

Framework Nodejs + Cloud MongoAtlas + Cloud Cloudinary:

  • Customer role: ${url}

  • Admin role: ${url}/22012000/login

4. (CI/CD)

4.1 Setup & review

4.2 CI/CD workflows

image

image

image


🚩 Panda voucher:

Environment URL
Staging https://panda-voucher.herokuapp.com/ (not available - Heroku ending free tier)
Production https://voucher4u.herokuapp.com/ (not available - Heroku ending free tier)

About

Page Object Model in Cypress (Personal project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors