Skip to content

v1.1.6: Release of 1.1.6

Compare
Choose a tag to compare
@YamStranger YamStranger released this 18 Feb 18:00
· 4601 commits to main since this release

Pull requests:

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)

  • d3d2e38 Removed unnecessary warning messages (@wakaleo)

  • f77a999 Refactoring and better console reporting. (@wakaleo)

  • f7dc3d7 Added support for dropdowns in the interaction-level bundled Performables. (@wakaleo)