Skip to content

v2.2.5

@wakaleo wakaleo tagged this 10 May 12:41
- Improved error messaged related to errors in parsing the serenity.conf file
- Fixed a bug where screenshot configuration in the properties file was not honored for Screenplay tasks
- Added the OnStage.theActor() method, as a shorter version of theActorInTheSpotlight()
- Refactoring
- Refactoring and version updates
- Possible fix for #2077
- Added `hasText()`, `hasValue()`, `hasSelectedValue()` and `hasSelectedVisibleText()` helper methods to make the Ensure class in Screenplay more convenient, e,g. ```         theActorInTheSpotlight().attemptsTo(                 Ensure.that(WikipediaArticle.HEADING).hasText(term)         ); ```
Assets 2
Loading