HemanthMalisetty / applitools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started with applitools

Includes a JUnit rule for initializing the Applitools SDK, extracting the Applitools test name for each test, and convenience methods for performing validations.

The rule encapsulates everything needed to integrate with Applitools. All that is needed is to import the Rule with your functional tests and perform validations as needed.

Also provided a simple demo.

Building

mvn clean install

Running

mvn test -DapplitoolsKey=your-applitools-key-here

optional parameters:

About


Languages

Language:Java 100.0%