Skip to content

Sunlight16/cypress-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cypress-tests Project

E2E automated tests created using Cypress. Test in web store: https://www.demoblaze.com

Test Configurartion

  • Clone project git clone ..
  • Install Cypress:
    • cd .. to cypress project path
    • npm install cypress --save-dev
  • Node.js 18.x, 20.x, 22.x and above
    • nvm use 18

Run tests

  • Launch Cypress framework:
    • npx cypress open
  • Go to "E2E Testing"
  • Select Browser:
    • Chrome
  • Click "Start E2E testing in Chrome" button
  • In opened window select Specs/shop.cy.js

About

E2E UI automated tests created using Cypress

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors