Release 4.12.0
What's Changed
- Improvement: Set some more Chrome options to try to improve deterministic rendering
- Improvement: The max detected color difference is now printed in the report, additionally
the delta is visualized in the diff image (brighter means more difference) - Feature: Add option to crop last screenshot to match the previous screenshots on a scrolling page.
The cli parameter is--crop-last-screenshot
and can be set to true or false (false is default).
TheJLINEUP_CROP_LAST_SCREENSHOT
environment variable can be used to set this also (in lambda for example).
If you prefer to use a settings.properties file you can setjlineup.crop-last-screenshot=true
in there.
Dependency updates
- Bump info.picocli:picocli-codegen from 4.7.5 to 4.7.6 by @dependabot in #1393
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #1400
- Bump amazonAwsJavaSdkVersion from 1.12.711 to 1.12.722 by @dependabot in #1406
- Bump tomcatVersion from 10.1.23 to 10.1.24 by @dependabot in #1403
- Bump info.picocli:picocli from 4.7.5 to 4.7.6 by @dependabot in #1391
- Bump awsSdkVersion from 2.25.45 to 2.25.52 by @dependabot in #1405
Full Changelog: v4.11.1...v4.12.0