Skip to content

Latest commit

 

History

History

visual-java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sauce Labs Visual for Java

Sauce Labs Visual for Java exposes Sauce Labs Visual Testing for your Java project with Selenium.

Installation & Usage

View installation and usage instructions on the Sauce Docs website.

Building

Sauce Visual Java SDK uses Maven.

mvnw binary, that is included in the source, can be used as a replacement if you don't have Maven.

./mvnw clean compile

Linting

Sauce Visual Java SDK uses fmt for linting.

./mvnw com.spotify.fmt:fmt-maven-plugin:format

Running the tests

To run the unit tests:

./mvnw test