Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Releases: SmartBear/visualtest-java

v1.7.0

12 Dec 16:15
8a45808

Choose a tag to compare

Added testGroup on Java SDK
Fix: getting correct version of chrome when doing screenshots

Full Changelog: https://github.com/SmartBear/visualtest-java/commits/1.7.0

v1.6.2

27 Sep 11:03
8a45808

Choose a tag to compare

Fix: Hide scrollbar
FIx: Ensure page is scrolled to top before dom capture
Fix: Add pre-checks on instantiation

v1.6.1

16 Aug 14:13
8a45808

Choose a tag to compare

  • Fix bug with lazyload not changing number of scrolled pages

v1.6.0

07 Aug 16:47
8a45808

Choose a tag to compare

  • Improve iOS screenshots support

v1.5.1

26 Jul 16:35
8a45808

Choose a tag to compare

What's Changed

  • Fix: lazyload issue
  • Fix: Send error if image upload fails
  • Fix: JS_SCROLL scrolling method
  • Fix: Handle uploading DOM for large files over 5MB
  • Feature: added setDeviceName method for identifying mobile device names
  • Updated Javadocs

v1.5.0

26 Jun 14:31
8a45808

Choose a tag to compare

  • Improve Safari screenshots
  • Add getTestRunResult method
  • Add printReport method

v1.4.1

07 Jun 22:12
8a45808

Choose a tag to compare

What's Changed

  • Compiled with Java version 8 for support of Java 8+

v1.4.0

06 Jun 00:16
8a45808

Choose a tag to compare

What's Changed

  • Fix breaking issue with deviceName duplication on UserAgent model
  • Image no longer are written to disk unless saveTo option is provided in settings

** Only supports Java 18+ (next release should support 1.8+) **

v1.3.0

02 Jun 15:54
8a45808

Choose a tag to compare

--- BROKEN RELEASE---

  • deviceName defined twice in UserAgent
  • saveTo is failing whether set or not when running against SDK, but ok when set via local tests. Not sure why
  • SDK is still built on Java 16 instead of 1.8

What's Changed

  • Fix failure on use of deviceName from UserAgent
  • Fix by handling rounded corners on Safari 16 screenshots
  • Add comparisonMode option to capture method

Maven: https://central.sonatype.com/artifact/com.smartbear/visualtest/1.3.0

v1.2.1

25 May 21:55
8a45808

Choose a tag to compare

What's Changed

  • Add saveDOM to VisualTest settings
  • Update logging
  • Fix: clear ignoredElements between captures
  • Fix: Fullpage screenshot logic errors
  • Add a script to detect whether a browser is in headless mode or not