Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

v2.1.0.RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@slu-it slu-it released this 11 Nov 12:16
· 169 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

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.