From 4caf7ad72c8f6e196f77cba8ecffb35f03cbab7a Mon Sep 17 00:00:00 2001 From: Ana Ulin Date: Tue, 27 Nov 2018 10:36:12 -0800 Subject: [PATCH] Update README with links to docs. --- README.md | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) 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)