This is a Cypress project with the dependencies:
- Applitools Eyes
- Create an Applitools account
- Click profile icon & click My API Key
- Copy the API Key
- Setup the API Key using the following commands:
- On a Windows machine run this command: set APPLITOOLS_API_KEY='YOUR_API_KEY'
- On a Mac or Linux machine run this command: export APPLITOOLS_API_KEY=<your_key>
- Open the projet with IntelliJ (or any other preferred IDE)
- Run 'npm install' to download the dependencies in the package.json file
- Run 'npx cypress open' to open the Cypress GUI
- Click the test you want to run
A descriptive explanation about the code-base can be found on Medium.com: https://schathurangaj.medium.com/visual-testing-with-cypress-using-applitools-eyes-715b4481cb7f