Skip to content

Releases: webdriverextensions/webdriverextensions-maven-plugin

v4.0.0

29 Mar 14:42
8b022f3
Compare
Choose a tag to compare

⚠ Breaking

  • Requires Maven 3.9.6

⭐ New Features

  • Verified to work with Java 21

🐞 Bugs Fixed

v3.4.0

18 Dec 18:02
e597145
Compare
Choose a tag to compare

IMPROVEMENT Added support for different OS/CPU architectures such as AARCH64 (aka ARM64) Issue #65

v3.3.0

14 Dec 21:54
6774aee
Compare
Choose a tag to compare
  • BUGFIX keepDownloadedWebdrivers did not work as expected
  • IMPROVEMENT configure download timeouts and retry attempts
  • IMPROVEMENT Added support for Java 17 Issue 56
  • BUGFIX failed to move non-empty directories of downloaded drivers on Windows Issue 56
  • BUGFIX download directory was not always created Issue 56
  • BUGFIX file extraction may fail for archives with directory entries without the D attribute Issue 50. Thanks to @ikucheryavenkov
  • IMPROVEMENT Added user properties for most of the settings
  • IMPROVEMENT Support installing drivers when skipTests is true Issue #49
  • IMPROVEMENT add option to automatically set Selenium system properties Issue #26

v3.2.0

02 Nov 16:21
Compare
Choose a tag to compare
  • IMPROVEMENT Capability for custom file name with binaries PR #42
  • IMPROVEMENT Maven offline mode should be honored PR #39
  • IMPROVEMENT Use separate temp-folders PR #37
  • IMPROVEMENT Add support for skipping if skipTests is defined PR #35