Releases: serenity-bdd/serenity-core
Releases · serenity-bdd/serenity-core
v1.1.22-rc.15: Release of 1.1.22-rc.15
Commits:
- 5944609 When using a unique browser for multiple tests, clear the cookies and HTML local storage between tests. (@wakaleo)
- 8d6dafa Fixed a bug in the reporting of Journey Pattern web actions. (@wakaleo)
- c200b32 Improved the reporting of Journey pattern by removing redundant "is" clauses generated by the Hamcrest matchers. (@wakaleo)
v1.1.22-rc.14: Release of 1.1.22-rc.14
Commits:
- 182dfa0 Refactored the Journey Pattern code (@wakaleo)
- a700aa2 The Target class now accepts a prefix notation to specify the locator, e.g Target.the("name field").locatedBy("css:#name") or Target.the("name field").locatedBy("id:name") (@wakaleo)
- b658677 Added the Evaluate action and the JavaScript question to perform JavaScript queries. (@wakaleo)
- e8d86a9 Refactored a journey pattern test to illustrate the displays matcher (@wakaleo)
- e9610ed Refactored the Enter action to allow entering text and keys in the same action (@wakaleo)
- ef0e61a Updated the smoke tests. (@wakaleo)
v1.1.22-rc.13: Release of 1.1.22-rc.13
Commits:
- 0061513 Added a method to the WebDriverManager instance to retreive a named webdriver instance. (@wakaleo)
- 5fdf07c Fixed a bug where enums did not appear correctly in the test reports when they were referenced by Journey Pattern Questions. (@wakaleo)
- 7e41d67 Trying to fixe a performance issue related to resource copying (@wakaleo)
- 8dad9cc Added the ability to use the Serenity WebDriver API directly in Action classes, by extending the WebAction class. (@wakaleo)
- c826177 Refactored the bundled Journey Pattern action classes. (@wakaleo)
- edcdc4a It is now possible to add page objects as member variables in Performable or Question classes - they will be correctly configured with the WebDriver instance associated with the actor. (@wakaleo)
- eec89ad Fixed a bug that reported a misleading "class cast exception" when the moveTo() method was called after a test failure. (@wakaleo)
v1.1.22-rc.12: Release of 1.1.22-rc.12
Pull requests:
- #224 Pull request for adding reloading output dir before checks in tests (@YamStranger)
- #222 Pull request for removing dependecy (@YamStranger)
Commits:
- 0e4b788 217_issue: removed old and never updated files (@YamStranger)
- 32282fe Updated smoketests to refactored journey pattern (@wakaleo)
- 4c9a1b1 223_issue: reloading result dir (@YamStranger)
- 54721c4 223_issue: added reloading output dir for tests (@YamStranger)
- 8d42d0d 223_issue: reverting updating of some imports (@YamStranger)
- 9c8f3b2 217_issue: removed dependency org.mortbay.jetty:servlet-api-2.5:6.1.9, it is duplicated with javax.servlet:javax.servlet-api:3.1.0 (@YamStranger)
- c46729f 217_issue: style fix (@YamStranger)
- c6803e8 Readability improvements and moved the UI Action classes into their own package. (@wakaleo)
v1.1.22-rc.11: Release of 1.1.22-rc.11
Pull requests:
- #220 218 issue (@YamStranger)
- #219 216_issue: update versions (@YamStranger)
- #213 Pull request for adding log and auth wrappers for serenity-rest-assured (@YamStranger)
- #210 Pull request for updating SerenityRest to log all types of input (@YamStranger)
- #208 fix: Fix for setting serenity.proxy.type and http_port. Needs to be a… (@eskape)
- #206 fix: cglib dependency conflict from guice (@schmurgon)
Commits:
- 2cec6f2 fix: Fix for setting serenity.proxy.type and http_port. Needs to be an number instead of string. (@eskape)
- 5f8752f 216_issue: update versions (@YamStranger)
- 7ab6c25 197_issue: updated SerenityRest to log all types of input for content/body rest call (@YamStranger)
- 7c4e0df fix: cglib dependency conflict from guice (@schmurgon)
- 86ff95a 216_issue: update versions (@YamStranger)
- c44f078 218_issue: added test for checking if web scenarious executed successfully with HTMLUnit (fails now, so added @ignore) (@YamStranger)
- f998b4a 185_issue: log and auth wrappers implemented, tests profivided. redirects still not supported (@YamStranger)
v1.1.22-rc.10: Release of 1.1.22-rc.10
Pull requests:
- #202 Pull requst for updating tests for screenshots (@YamStranger)
- #200 see #179 (@cliviu)
- #196 Pull requst for 184_issue: logging for PATCH operation added (@YamStranger)
- #201 Pull requst for adding input streams closing. Please don't merge if not success (@YamStranger)
Commits:
- 81c87bb Fixed an error with the screenshots that always displayed the screen source link, even for successful tests. (@wakaleo)
- 9f90752 Retry to unzip a resource file if it is locked. This is a work-around for Windows-related file locking issues. (@wakaleo)
- c9889ca Added more robustness to the report generation by allowing ZIP files to be opened again if they couldn't the first time (@wakaleo)
- e21e9a5 Updated tests (@wakaleo)
- fc8442b Restored step logging to INFO. (@wakaleo)
v1.1.22-rc.9: Release of 1.1.22-rc.9
Commits:
- 4267bd9 updated Resizer. Fixed opening output and input stream in same time (@YamStranger)
- 73015c2 fix for nested cleaning resources (@YamStranger)
- 79d2660 see #179 (@cliviu)
- 7ebca22 184_issue: test added (@YamStranger)
- 8d03dda Updated tests for screenshots (@YamStranger)
- 930f34c Record screen source code for failing tests. (@wakaleo)
- a7bdaeb Updated input streams closing (@YamStranger)
- b5e5209 184_issue: logging for PATCH operation added (@YamStranger)
v1.1.22-rc.8: Release of 1.1.22-rc.8
v1.1.22-rc.7: Release of 1.1.22-rc.7
v1.1.22-rc.6: Release of 1.1.22-rc.6
Pull requests:
- #191 Pull request for 188_issue: new level of take screenshots configuration added (@YamStranger)
- #190 Pull requst for minor Base Step Listener Constructor update (@YamStranger)
- #186 Pull request for adding photographer test fix (@YamStranger)
- #187 Pull request for 179_issue - added tests and fix for issue (@YamStranger)
- #181 Pull requst for fix build fail (@YamStranger)
- #182 130_issue: reading serenity.properties fix. (@YamStranger)
Commits:
- 0a1679f fix build fail by updating test-outcomes.ftl (@YamStranger)
- 1af09f3 179_issue: added tests and fix for issue (@YamStranger)
- 26219f7 130_issue: reading serenity.properties fix (@YamStranger)
- 2830938 Made the console logging colors a bit lighter for better readability (@wakaleo)
- 2d39575 130_issue: added system configuration for output dirrectory (@YamStranger)
- 42691e1 Improved reporting (@wakaleo)
- 4f189ca 188_issue: new level of take screenshots configuration added (@YamStranger)
- 5099deb Added color to logs (@wakaleo)
- 597960b Minor Base Step Listener Constructor update (@YamStranger)
- 5b77f9a Photographer cleanup fix. If driver not initialized - nothing to clean (@YamStranger)
- 8846f6e Improved console log messages to cater for errors and failed assumptions (@wakaleo)
- 8a21a9f Improved reporting (@wakaleo)
- 93b1411 Added color to logs (@wakaleo)
- bc6e1f9 Reduce noise in the logs by removing an superfluous error message. (@wakaleo)
- e329275 Updated unit tests (@wakaleo)
- e7d7c85 Updated unit tests (@wakaleo)
- ece74d2 Remove an unnecessary moveTo() operation. (@wakaleo)
- ef3ca8d 130_issue: added system environment properties to configuration (@YamStranger)