My submission for the Applitools Holiday Shopping Hackathon.
- Node (12.16.0) and NPM (6.13.4)
- Chrome 86
- Cypress (5.6.0) as Testing Framework
- Applitools Eyes for Cypress (3.15.5)
To get started, please do the following:
-
Clone this github repo locally
-
Install project dependencies by running command:
npm install
-
To Run the Applitools test, please export your
APPLITOOLS_API_KEY
- To Run the Applitools test on different App versions:
- V1 production version -
npm run test:v1
- Dev-branch version -
npm run test:dev
- Final production version -
npm run test:v2