Skip to content

isawalhi/applitools_hackathon_2020

Repository files navigation

Applitools Hackathon 2020

Used Selenium JavaScript with Mocha.

Prerequisites

  • 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'
  • Chrome driver
  • Firefox driver
  • Edge driver
    • Include the drivers location in your PATH environment variable

Tools

Getting Started

  1. Clone the repository - git clone https://github.com/isawalhi/applitools_hackathon_2020.git
  2. Install the dependencies: npm install

Run tests:

To run traditional tests against APP V1: npm run test:TraditionalV1

To run traditional tests against APP V2: npm run test:TraditionalV2

To run visual AI tests against APP V1: npm run test:ModernV1

To run visual AI tests against APP V2:npm run test:ModernV2

Applitools Dashboard - click Hackathon Dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published