Skip to content

WasiqB/applitools-hackathon-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

Applitools Ultra Fast Grid Hackathon solution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages