v1.0.32
Pull requests:
Commits:
-
3883042 feat: nested page objects i.e. widget objects (@CoeJoder)
WidgetObject: reusable page fragment with a nested search context implied by the Composition pattern. This feature was requested here:
https://groups.google.com/forum/#!topic/thucydides-users/-SiQwD86W8I
https://groups.google.com/forum/#!topic/thucydides-users/01oNgOD9TnY
See attached unit tests for usage examples. -
5894af6 fix: Removed dependency conflicts in the Gradle build. (@wakaleo)
-
7094f8d Fixed a bug where if a null value was stored in the Serenity session after a failing step, a null pointer exception was thrown. (@wakaleo)
-
7ba0890 feat: Lists of WebElementFacade and subtypes as PageObject members. (@CoeJoder)
-
93b836f fix: fixed an issue loading the JSON test reports during aggregate report generation. (@wakaleo)