Sauce Labs Visual for Java exposes Sauce Labs Visual Testing for your Java project with Selenium.
View installation and usage instructions on the Sauce Docs website.
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
Sauce Visual Java SDK uses fmt for linting.
./mvnw com.spotify.fmt:fmt-maven-plugin:format
To run the unit tests:
./mvnw test