Releases: applitools/ImageTester
Releases · applitools/ImageTester
3.2.2
24 Jan 18:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Upgrade ImageTester dependencies to use universal SDK.
3.1.4
02 Dec 17:50
Compare
Sorry, something went wrong.
No results found
Allow execution of EyesUtilities commands as part of ImageTester execution.
3.1.3
09 Nov 19:00
Compare
Sorry, something went wrong.
No results found
Suppress PDFBox warnings.
3.1.2
07 Nov 22:28
Compare
Sorry, something went wrong.
No results found
Added support for TIFF filetypes. TIFF files are treated like any other image in test directories.
3.1.1
07 Nov 15:36
Compare
Sorry, something went wrong.
No results found
Add option to define environment name identifier
Add -en YOUR_ENVIRONMENT_NAME to ImageTester execution
3.1.0
26 Oct 16:46
Compare
Sorry, something went wrong.
No results found
Add support for accessibility regions.
3.0.4
27 Sep 16:12
Compare
Sorry, something went wrong.
No results found
Make input validation more forgiving to avoid confusing errors.