Neodymium v4.0.0
🍀 ping, pinG, piNG, pING, PING - Major Release v4.0.0 🍀
This time we added some new features for test executions, updated our dependencies, fixed some bugs and last but not least raised the JRE to 11.
Required Adoption
- Make sure your execution environment provides Java 11
- Update the Java version of your test project to 11 instead of 1.8 edited
- Update the aspectjweaver version to 1.9.6 to prevent issues with Java11 edited
- If you manipulated the
WebDriverCache
or accessed the currentWebDriver
you may need to adapt your code to the newest API.
Content
Features:
- Added a basic method for drag and drop - #127 - documentation
- Added a method to open a HTML snippet within the current browser #133 - documentation
- Improved the embedded local proxy - #117 - documentation
- Added the possibility to configure the maximal number of reuses for the WebDriver - #124 - documentation
Improvement and Bugfixes:
- Improved and fixed tests for Neodymium itself: #121, #125, #128, #132
- Removed explicit Google Guava dependency - #131
- Removed a bug that occurred while clearing the WebDriverCache when more than one Browser was used - #124
Updates:
- JRE to 11 - #135
- Allure Report dependencies 2.13.5 - #119
- Apache Commons Lang 3.11 - #119
- Apache Commons Text 1.9.0 - #119
- Apache Log4j dependencies 2.13.3 - #119
- BrowserUpProxy Core 2.1.1 - #119
- BrowserUpProxy MITM 2.1.1 - #119
- Cucumber dependencies 5.7.0 - #119
- OWNER 1.0.12 - #119
- Selenide 5.14.2 - #119