Skip to content

Releases: SmartBear/visualtest-java

v1.4.1

07 Jun 22:12
8a45808
Compare
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
Compare
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
Compare
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
Compare
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

v1.2.0

24 Apr 23:05
8a45808
Compare
Choose a tag to compare
  • Added ignoreElements functionality by passing option to capture method
  • Added freezePage functionality and option to set false (defaults true)
  • Fix OS being sent as "unknown"

v1.1.2

17 Apr 14:35
8a45808
Compare
Choose a tag to compare
  • SBVT-713: (JAVA) Update JAVA packaging to use the prefix com.smartbear inside the classes #119
  • SBVT-650: (JAVA) Add loggin to Java SDK #113
  • SBVT-680: (JAVA) Add testrun report to Java SDK printed to console #116
  • SBVT-826: (JAVA) Change lingo for environment #117
  • SBVT-757: (JAVA) Fullpage screenshot bug solved #118
  • SBVT-759: (JAVA) Issue with running against Bitbar #119
  • SBVT-998: (JAVA) Move DOM capture to happen AFTER image captured and save #139
  • SBVT-701: (JAVA) Update java to use CDN for scripts #141
  • SBVT-1093: (JAVA) Turn off logs by default, only show logs if flag set in browser config #152
  • SBVT-1092: (JAVA) Improve lazy-load handling #153
  • SBVT-1161: (JAVA) Add server comms check on instantiation with error handling #161

v1.0.0-beta.2

31 Oct 20:37
8a45808
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release
Initial commit