Skip to content

Releases: applitools/ImageTester

3.6.2

11 Mar 19:52
Compare
Choose a tag to compare

Add null checking for properties configuration.

3.6.1

04 Mar 22:15
Compare
Choose a tag to compare

Patch issue in which ImageTester doesn't have correct executable for certain operating systems.

3.6.0

04 Mar 21:41
Compare
Choose a tag to compare

Add properties argument that allows users to set Eyes test properties.

Example:
java -jar your_jar.jar -f your_file.pdf -pr "prop1:value1|prop2:value2"

3.5.6

28 Dec 22:40
Compare
Choose a tag to compare

Fix issue with device name.
The device name argument is now -de, instead of -dn.

3.5.4

30 Nov 22:07
Compare
Choose a tag to compare

Resolve issue relating to universal executables not being available for all OSs

3.5.3

16 Nov 15:06
Compare
Choose a tag to compare
  • Adding baseline branch name argument (-bb)
  • Bump commons.cli and eyes-images-java5 version

3.5.2

24 Jul 23:26
Compare
Choose a tag to compare

Bumping versions of eyes-images, opencsv, and pdfbox.

3.5.1

01 May 20:59
Compare
Choose a tag to compare

Bump eyes-images version to latest (5.49.0)

3.5.0

21 Apr 00:08
Compare
Choose a tag to compare
  • Added regex filtering for files.
  • Passing -rf "Lorem.*" instructs ImageTester to only test files with names that start with "Lorem"

3.4.0

07 Apr 16:29
Compare
Choose a tag to compare

Added option to define layout regions, content regions, and ignore regions for individual tests using the batch mapper.

Important: Existing batch mapper CSVs must be updated to include these new parameters.