Skip to content

Releases: applitools/ImageTester

3.2.2

24 Jan 18:01

Choose a tag to compare

Add slf4j-simple to the compile classpath to remove Failed to load class "org.slf4j.impl.StaticLoggerBinder" warnings from ImageTester execution.

3.2.1

17 Jan 19:34

Choose a tag to compare

Allows user to set match timeout and retry timeout value.

Default is 500ms.

Example (sets timeout to 2000ms):
-mt 2000

3.2.0

12 Jan 00:12

Choose a tag to compare

Add option to capture only specific region of PDF(s)/Image(s).

Example:
-rc "200,500,1000,1000 instructs ImageTester to only test region with:
x:200, y:500, with width:1000, height:1000

3.1.5

05 Dec 21:01

Choose a tag to compare

Upgrade ImageTester dependencies to use universal SDK.

3.1.4

02 Dec 17:50
1e7a202

Choose a tag to compare

Allow execution of EyesUtilities commands as part of ImageTester execution.

3.1.3

09 Nov 19:00

Choose a tag to compare

Suppress PDFBox warnings.

3.1.2

07 Nov 22:28

Choose a tag to compare

Added support for TIFF filetypes. TIFF files are treated like any other image in test directories.

3.1.1

07 Nov 15:36

Choose a tag to compare

  • Add option to define environment name identifier
  • Add -en YOUR_ENVIRONMENT_NAME to ImageTester execution

3.1.0

26 Oct 16:46
d635b9e

Choose a tag to compare

Add support for accessibility regions.

3.0.4

27 Sep 16:12

Choose a tag to compare

Make input validation more forgiving to avoid confusing errors.