v1.1.25-rc.4: Release of 1.1.25-rc.4
Pull requests:
- #284 Upgrading selenium version to 2.50.1 (@YamStranger)
- #279 Upgrading Charset (@YamStranger)
- #283 Updating of report generation engine to wait for started threads, and close all opened streams (@YamStranger)
- #278 Updated processing of system properties for OS and browser versions for BrowserStack (@ovenal)
- #277 Build script updating (@YamStranger)
- #275 Moving definition of reportDirectory to within the tasks (@jordanbragg)
Commits:
-
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)
-
e772cd1 Attempt to make some of the tests more robust. (@wakaleo)
-
e96d512 style: updated test (@YamStranger)