Releases: valfirst/jbehave-junit-runner
Releases · valfirst/jbehave-junit-runner
v2.3.2
v2.3.1
v2.3.0
v2.3.0 (2019-05-21)
v2.3.0 and onwards now targets Java 8, since starting from JBehave 4.5 minimal required Java is 8
Implemented enhancements:
- #177 - Support of nested reporting of composite steps (by @valfirst)
- #178 - Add support of BeforeStep/AfterStep lifecycle steps (by @valfirst)
- #179 - Support composite steps in Lifecycle (by @valfirst)
Updates:
- #176 - Upgrade JBehave Core dependency from 4.4 to 4.5
v2.2.1
v2.2.1 (2019-04-24)
Fixed issues:
- #143 - Fix NPE while preparing next step when step and scenario are finished (by @uarlouski)
- #145 - Fix running of empty stories (by @valfirst)
Updates:
- Upgrade JBehave Core dependency from 4.3.4 to 4.4
- Simplify creation of PerformableTree
v2.2.0
v2.2.0 (2018-06-20)
Implemented enhancements:
- #135 - Add declarative Lifecycle steps support (by @valfirst)
Fixed issues:
- #138 - Filter out comments from generated JUnit description (by @valfirst)
- #136 via #140 - Handle case when all scenarios in story are filtered out (by @valfirst)
Updates:
- Upgrade JBehave Core dependency from 4.3.2 to 4.3.4
- #139 - Move retrieval of story paths to StoryPathsExtractor
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.1 (2017-12-07)
Fixed issues:
- #109 - Fixed null pointer issue that causes mvn test to fail with NullPointer (by @HrFlorianHoffmann)
Updates:
- #107 - Upgrade to JBehave 4.1.3
v2.1.0
v2.1.0 (2017-09-29)
Implemented enhancements:
- #103 - Support multilevel nested GivenStories
Fixed issues:
- #104 - Fix NPE in Lifecycle steps (fix for serenity-bdd/serenity-core#924)
Updates: