diff --git a/README.md b/README.md index b29f1a9..5754483 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,11 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.percy/percy-java-selenium/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.percy/percy-java-selenium) -Java Selenium library for visual regression testing with Percy. -## Building and packaging +[Percy](https://percy.io) visual testing for Java Selenium. -This package uses the default [Maven build lifecycle](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html), so you can use the standard Maven commands for compiling and packaging. The most common ones are: - -To compile: -```bash -$ mvn compile -``` - -To build a packaged JAR: -```bash -$ mvn package -``` -This will create a .jar file in the `target/` directory. - -To clean all the artifacts of a previous build: -```bash -$ mvn clean -``` +## Resources +* [Setup and integration docs](https://docs.percy.io/docs/java-selenium) +* [Tutorial](https://docs.percy.io/v1/docs/java-selenium-testing-tutorial) +* [Example integration](https://github.com/percy/example-percy-java-selenium)