Skip to content

v2.1.0

Compare
Choose a tag to compare
@slu-it slu-it released this 30 Nov 16:49
· 165 commits to master since this release

Includes These major changes / additions:

  • #18 JUnit 5 Support Module
  • #39 Renaming in Event System classes and introduction of Project Lombok
  • #40 New Wait operation: Wait.untilSupplied(...)
  • #43 Removal of browser support modules in favor of default factories in the core module
  • #44 RemoteFactory for use with Selenium Grid

Due to the changes in #43 you will need to fix import statements regarding any of the BrowserFactory implementations. All of the factories now reside in info.novatec.testit.webtester.browser.factories.

You will also need to remove all dependencies on the following modules:

  • webtester-support-chrome
  • webtester-support-firefox
  • webtester-support-marionette
  • webtester-support-ie

Their content was moved to the above mentioned package within the webtester-core module.