Jlineup Versions Save

An easy-to-use visual acceptance test tool to automatically detect design changes of your website. Works on the command line or as a web service.

v4.10.0

1 month ago

What's Changed

Features:

  • New Lambda module that allows to make the screenshots within a lambda function

Dependency updates:

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.9.2...v4.10.0

v4.9.2

4 months ago

What's Changed

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.9.1...v4.9.2

v4.9.1

7 months ago

What's Changed

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.9.0...v4.9.1

v4.9.0

9 months ago

Release 4.9.0

  • Bugfix: Recent changes to Chrome's webdriver management broke the automatic webdriver download This was realized through a change from the webdrivermanager library to Selenium's built-in driver manager
  • Breaking change: Many dependency updates (Spring Boot 3, including the move from javax.servlet to jakarta.servlet packages) that bump the Java minimum requirements to Java 17.

What's Changed

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.8.4...v4.9.0

v4.8.4

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.8.3...v4.8.4

v4.8.3

1 year ago

What's Changed

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.8.2...v4.8.3

v4.8.2

1 year ago

What's Changed

  • Bugfix: Chrome 110 crashed when specifying a --user-data-dir and using multiple threads. This was fixed by adding random child folders if you specify a user data directory in the web version. If you run the CLI version and you want to specify a user data dir, you can use the new {random-folder} placeholder to not share user data dirs between multiple threads.

  • Bump org.jsoup:jsoup from 1.15.3 to 1.15.4 by @dependabot in https://github.com/otto-de/jlineup/pull/523

  • Bump amazonAwsJavaSdkVersion from 1.12.406 to 1.12.410 by @dependabot in https://github.com/otto-de/jlineup/pull/521

  • Bump amazonAwsJavaSdkVersion from 1.12.410 to 1.12.412 by @dependabot in https://github.com/otto-de/jlineup/pull/528

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.8.1...v4.8.2

v4.8.1

1 year ago

What's Changed

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.7.0...v4.8.1

v4.7.0

1 year ago

New Features:

  • --keep-existing option to keep existing 'before'-screenshots when doing another 'before' run
  • --refresh-url option to refresh the 'before'-screenshots of one specific URL config entry only while keeping the others
  • --merge-config option that merges the run config with another merge config file which may include repetitive options. The URL keys in the merge config file are matched by regex.
  • The URL can not only be specified as the key of an URL config, but also by using the new 'url' field instead. This opens the possibility to have multiple URL configs for the same URL. URL config keys still have to be unique.

Dependency Updates:

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.6.3...v4.7.0

v4.6.3

1 year ago
  • Feature: --open-report or -o when using jlineup cli opens the HTML report after the run
  • Bugfix: CLI jar size was accidentally increased

Full Changelog: https://github.com/otto-de/jlineup/compare/v4.6.2...v4.6.3