Releases: serenity-bdd/serenity-core
v1.1.0: Release of 1.1.0
Pull requests:
Commits:
-
06ccc69 Moved the screenshot caption to the top of the screenshots to make it easier to see (@wakaleo)
-
1764651 Fixed a timeout issue. (@wakaleo)
Fixed a timeout issue related to using withTimeoutOf(...).waitForElementToDisappear()
-
1d3b103 Requirements reporting now support mixing JBehave and JUnit tests. (@wakaleo)
-
6d3847c Refactored JSON file loading for better error reporting (@wakaleo)
-
7a57c62 Added basic support for the 'dry-run' option. (@wakaleo)
Rest calls will now be skipped if you activtate 'dry-run' mode (e.g. by setting the 'serenity.dry.run' system property to true).
-
7e82d4f Include the name of the exception in error messages (@wakaleo)
-
869b727 Fixed an issue with JBehave where the browser was not closing after tests. (@wakaleo)
-
8e6e206 Added more robust support for running REST tests in DryRun mode. (@wakaleo)
-
8ed69d8 Display the overall time taken for the tests (@wakaleo)
-
9c94af9 Added the 'deep.step.execution.after.failures' option (@wakaleo)
This option (set to false by default), lets you control the execution depth of the @step methods after a step has failed. If set to true, it will run nested [@step methods as well as top-level ones.](https://github.com/Step methods as well as top-level ones.)
-
b3c7855 refactoring requirements processing - wip (@wakaleo)
-
bcc83dd Added a utility method to wait for an AngularJS page to load properly. (@wakaleo)
-
c2e028c Update BrowserStackRemoteDriverCapabilities.java (@9ikhan)
-
d4222f3 JSON requirements files are now stored in a dedicated 'requirements' directory. (@wakaleo)
-
e32a2a0 Improved reporting for tag-related reports (@wakaleo)
v1.0.64
v1.0.62: Release of 1.0.62
v1.0.61
v1.0.59
Pull requests:
Commits:
v1.0.58
v1.0.57
v1.0.56
v1.0.54
Pull requests:
- #77 serenity-spring support for @ContextHierarchy and meta-annotations (@martinlau)
Commits:
- 05c4283 feat: Add support for Spring [@ContextHierarchy annotation](https://github.com/ContextHierarchy annotation)s
- 75047a1 Handle null-value parameters more elegantly. (@wakaleo)
- 7bc74de feat: Added support for Spring meta-annotations for @ContextConfiguration and @ContextHierarchy
- fb614fb Fixed some timout issues (@wakaleo)
v1.0.53
Commits:
-
2597415 Handle recursive parameters correctly (#66) (@wakaleo)
-
2a4a06f Better reporting of exceptions (fixes #71) (@wakaleo)
-
4aee7bb Temporarily disable some tests with environment-specific issues (@wakaleo)
-
6421a4c Added better support for reporting exceptions (@wakaleo)
We now support reporting exceptions with a zero-parameter constructor as well as a single-parameter constructor.