Skip to content

v1.1.25-rc.4: Release of 1.1.25-rc.4

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

Pull requests:

Commits:

  • 0a9e50a Fixed #255 (@wakaleo)

  • 123e26d fix: updated processing of "browserstack.os.version" and "browserstack.browser.version" system properties according to latest changes on BrowserStack side (@ovenal)

  • 1b3aa65 Removed the .gitattribues file from git as it causes problems with the build pipeline on Snap-CI (@wakaleo)

  • 4531d43 Fixed issue #281 (@wakaleo)

    During verbose logging, Serenity tried to read the tag from web elements. This could cause failures if the element was stale or unavailable when the logging happen. This has now been changed to log the locator and not the element tag type.

  • 55b06c1 chore: updated wrapper, and build publishing libs (@YamStranger)

  • 737b1aa chore: updated wrapper, and build publishing libs (@YamStranger)

  • 9429532 Moving definition of reportDirectory in order to allow easy configuration through the serenity block. Currently this directory gets set when applying the plugin, which makes it only possible to change through setting an environment variable at the same level as applying the plugin. For multi-module projects with compile dependencies, this does not work

  • 9eb9390 chore: updating gitignore (@YamStranger)

  • 9f1f6b5 Added an Action class to scroll to a particular eleemtn on the screen. (@wakaleo)

  • ba8fcee Hardened some of the integration tests (@wakaleo)

  • e772cd1 Attempt to make some of the tests more robust. (@wakaleo)

  • e96d512 style: updated test (@YamStranger)

  • ed33d6a Updated to Seleniy, 2.49.1 (@wakaleo)