percy-selenium-java

Visual testing with Java Selenium and Percy

MIT License

Stars
12
Committers
16

Bot releases are hidden (Show)

percy-selenium-java - percy-java-selenium-0.1.0

Published by Robdel12 about 5 years ago

What changed?

v0.1.0 introduces a new snapshot option to pass per-snapshot Percy specific CSS:

percy.snapshot("Site with Percy CSS", null, null, false, "body { background-color: purple; }");

This change requires @percy/agent 0.13.0 +

percy-selenium-java - percy-java-selenium-0.0.6

Published by Robdel12 about 5 years ago

What is this?

The v0.0.6 release of our Java SDK makes it so you can successfully snapshot sites with CORS enabled. This also makes the overall SDK more reliable for everyone. This release also allows you to enable javascript in our rendering environment too. You can see an example of that here: https://github.com/percy/percy-java-selenium/blob/master/src/test/java/io/percy/selenium/SdkTest.java#L86-L90

You can find the released .jar here: https://search.maven.org/artifact/io.percy/percy-java-selenium/0.0.6/jar

See PR #35 (https://github.com/percy/percy-java-selenium/pull/35) for more in-depth technical details about the changes

percy-selenium-java - First release of percy-java-selenium SDK

Published by anaulin almost 6 years ago

Percy.io SDK for visual testing with Java Selenium.

For example usage, see: https://github.com/percy/example-percy-java-selenium