E2E automated tests created using Cypress. Test in web store: https://www.demoblaze.com
- Clone project
git clone .. - Install Cypress:
cd ..to cypress project pathnpm install cypress --save-dev
- Node.js 18.x, 20.x, 22.x and above
nvm use 18
- 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