Used Selenium JavaScript with Mocha.
- Node version 10 or above
- Npm version 6.14.x or above
- Applitools API Key to be set as environment variable using following commands:
- Mac / linux / Windows OS ( with Git bash terminal) :
export APPLITOOLS_API_KEY='YOUR_API_KEY'
- Windows(Powershell/ command prompt):
set APPLITOOLS_API_KEY='YOUR_API_KEY'
- Mac / linux / Windows OS ( with Git bash terminal) :
- Chrome driver
- Firefox driver
- Edge driver
- Include the drivers location in your PATH environment variable
- Clone the repository -
git clone https://github.com/isawalhi/applitools_hackathon_2020.git
- Install the dependencies:
npm install