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.
mvn clean install
mvn test -DapplitoolsKey=your-applitools-key-here
optional parameters:
- -DApplicationName (defaults to 'Applitools Test App')
- -DbranchName
- -DparentBranchName (defaults to master)
- For branchName and parentBranchName see http://support.applitools.com/customer/en/portal/articles/2142886-using-multiple-branches- for details on how these work with validations.