applitools-hackathon-2020

Applitools Ultra Fast Grid Hackathon solution.

Stars
6

Applitools Cross Browser Testing Hackathon

Solution with Selenium WebDriver with Java 8

OS

This solution was worked on Mac OSX Catalina 10.15.4

Pre-requisites

Libraries used

  • Selenium WebDriver: - 3.141.59
  • Applitools Eyes: - 3.164.0
  • WebDriverManager: - 4.0.0
  • TestNG: - 7.1.0

Plugins used

  • Maven compiler: - 3.8.1
  • Maven resource: - 3.1.0
  • Maven surefire: - 3.0.0-M4

Target Browsers

How to run?

Clone repository

> git clone [email protected]:WasiqB/applitools-hackathon-2020.git
> cd <cloned_folder>

Run Modern approach

Terminal

# With environment variable.
> export eyes_api=<your_api_key>
> mvn clean install

# Or, with system property.
> mvn clean install -Deyes_api=<your_api_key>

Traditional approach

Terminal

> mvn clean install -Dapproach=traditional

Reports

Modern approach execution Report

Report can be found at: Applitools Dashboard

Traditional approach execution Report

Report can be found in report folder

Author

Wasiq Bhamla, Senior QA Consultant at ThoughtWorks.