v1.1.6: Release of 1.1.6
Pull requests:
- #116 fix: Improved error reporting for provided drivers (@nartamonov)
Commits:
-
3006a4e fix: Improved error reporting for provided drivers (@nartamonov)
DriverSources may implement some non-trivial logic, so it is very handy
for debugging to include in stack trace exception occurred while tried to
initialize new webdriver. Especially in multi-node test environment
configurations. -
4404ea3 Refactored the journey demo test (@wakaleo)
To better illustrate tasks/interaction layers.
-
6345844 Removed redundant code that was causing errors in the reports. (@wakaleo)
If there were more than one given clause in a journey-style test, the initial givens where incorrectly nested.
-
743ec7b Revolving dependency conflicts with hamcrest 1.1 (@wakaleo)
-
a208972 Ensure that Consequence steps are not evaluated after a previous step has failed. (@wakaleo)
-
f77a999 Refactoring and better console reporting. (@wakaleo)
-
f7dc3d7 Added support for dropdowns in the interaction-level bundled Performables. (@wakaleo)