Walkthrough to install, set up and run the tests.
Scenarios for the Website Rahul Shetty Academy Demos
Install latest NodeJS
Note: Check
Add to PATHoption during the installation
Install latest GIT to clone the repository
In your terminal (with admin privileges), run this command to clone and install all dependencies
git clone https://github.com/WillCoutinho/ecommerce-automation-with-cypress && cd ecommerce-automation-with-cypress && npm iTo run all tests use the command: npm run test
To run with Cypress App use the command: npm run cy:open
GitHub: WebStore Automation with Cypress