percy-selenium-java

Visual testing with Java Selenium and Percy

MIT License

Stars
12
Committers
16

Bot releases are hidden (Show)

percy-selenium-java - v2.0.5 Latest Release

Published by rishigupta1599 8 months ago

Add check for non automate call to percyScreenshot by @rishigupta1599 in https://github.com/percy/percy-selenium-java/pull/276

New Contributors

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v2.0.4...v2.0.5

percy-selenium-java - v2.0.5-beta.0

Published by rishigupta1599 8 months ago

percy-selenium-java - v2.0.4

Published by this-is-shivamsingh 9 months ago

New Contributors

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v2.0.3...v2.0.4

percy-selenium-java - v2.0.4-beta.0

Published by this-is-shivamsingh 9 months ago

  • Synchronous CLI implementation

New Contributors

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v2.0.3...v2.0.4-beta.0

percy-selenium-java - v2.0.3

Published by ninadbstack 9 months ago

What's Changed

⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v2.0.2...v2.0.3

percy-selenium-java - v2.0.2

Published by Amit3200 12 months ago

percy-selenium-java - v2.0.2-beta.1

Published by Amit3200 about 1 year ago

percy-selenium-java - v2.0.2-beta.0

Published by Amit3200 about 1 year ago

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v2.0.1...v2.0.2-beta.0
✨ Enhancement: Caching Changes

percy-selenium-java - v2.0.1

Published by Amit3200 about 1 year ago

percy-selenium-java - v2.0.0

Published by Amit3200 about 1 year ago

What's Changed

✨ Enhancements

🐛 Fixes

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v1.3.2...v2.0.0

percy-selenium-java - v2.0.0-beta.0

Published by Amit3200 over 1 year ago

percy-selenium-java - v2.0.0-alpha.0

Published by shantanuk-browserstack over 1 year ago

What's Changed

✨ Enhancements

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v1.3.2...v2.0.0-alpha.0

percy-selenium-java - v1.3.2

Published by itsjwala over 1 year ago

What's Changed

⬆️⬇️ Dependency Updates

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v1.3.1...v1.3.2

percy-selenium-java - v1.3.1

Published by itsjwala over 1 year ago

What's Changed

👷 Maintenance

  • Adds release automation using Github actions.

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v1.3.0...v1.3.1

percy-selenium-java - v1.3.0

Published by itsjwala over 1 year ago

What's Changed

✨ Enhancements

Full Changelog: https://github.com/percy/percy-selenium-java/compare/v1.2.0...v1.3.0

percy-selenium-java - v1.2.0

Published by itsjwala almost 2 years ago

What's Changed

🐛 Bug Fixes

Supports selenium >= 4.5.3

⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: https://github.com/percy/percy-selenium-java/compare/1.1.0...v1.2.0

percy-selenium-java - v1.0.0

Published by Robdel12 about 2 years ago

✨ Enhancements

  • ✨ Use @percy/cli (#70)
percy-selenium-java - v0.1.3

Published by Robdel12 almost 5 years ago

Thank you to both @KengoTODA & @ksenia-loseva for their contributions!

  • Remove Selenium dependency (#46)
  • Properly pass enableJavaScript (#48)
percy-selenium-java - v0.1.1

Published by Robdel12 almost 5 years ago

What changed?

This SDK now uses a version of percy-agent.js that is served from the @percy/agent server (rather than bundling the JS with the .jar). #44

This ensures you get the latest DOM serialization, which is included in the @percy/agent package.

percy-selenium-java - v0.1.2

Published by Robdel12 almost 5 years ago

What changed?

Thanks to @KengoTODA in PR #45, there are the following fixes:

  • Fix resource leak by using try-with-resources for HttpClient
  • Fix resource leak by using try-with-resources for InputStream
  • Stop packaging percy-agent.js into the built artifact (.jar file)