Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

2.2.0

Compare
Choose a tag to compare
@mkrzyzanowski mkrzyzanowski released this 20 Dec 08:41
· 26 commits to master since this release

New features 💥

  • Headless mode in Chrome can now be enabled by setting webdriver.chrome.headless to true #188
  • bb-appium module introduced
    • contains bindings to Appium-related drivers
    • required now for the Appium dependency

Enhancements ✨

  • internal rework of how drivers are initialised - you can now your own DriverCreator easily! #314
  • [AEM] Core components compatibility #381 #382
  • Assured the ability to properly configure the following AEM Core Components (v2.8) (#373, changes in bb-aem-65):
    • Breadcrumb
    • Text
    • Title
    • Image
    • Teaser
    • Button
    • List
    • Content Fragment
    • Content Fragment List
    • Form container
    • Form text field
    • Form options field
    • Form hidden field
    • Form button
  • updates:
    • Bump assertj-core from 3.12.2 to 3.13.1 #365
    • Bump assertj-core from 3.13.1 to 3.13.2 #377
    • Bump slf4j-api from 1.7.26 to 1.7.28 #374
    • Bump junit.jupiter.version from 5.5.1 to 5.5.2 #383
    • Bump guava from 28.0-jre to 28.1-jre #376
    • Bump webdrivermanager from 3.6.2 to 3.7.1 #385

Bugfixes 🐛

  • n/a

Changes 🔧

  • webvdriver.maximize is now set by default to false

Migration notes ➡️

  • if you had not webdriver.maximize property in you current config, add the following to preserve the previous behavior: webdriver.maximize: true