Skip to content

Releases: valfirst/jbehave-junit-runner

v2.3.2

17 Sep 19:54
6c2bfec
Compare
Choose a tag to compare

v2.3.2 (2022-09-17)

Full Changelog

Updates:

  • Bump JBehave from 4.8.2 to 4.8.3

v2.3.1

27 Mar 21:10
25e6db4
Compare
Choose a tag to compare

v2.3.1 (2022-03-25)

Full Changelog

Updates:

  • Bump JBehave from 4.5 to 4.8.2
  • Bump JUnit from 4.12 to 4.13.1

v2.3.0

21 May 15:48
df24303
Compare
Choose a tag to compare

v2.3.0 (2019-05-21)

Full Changelog

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

24 Apr 20:50
87e7560
Compare
Choose a tag to compare

v2.2.1 (2019-04-24)

Full Changelog

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:

v2.2.0

20 Jun 07:45
e8d3ab6
Compare
Choose a tag to compare

v2.2.0 (2018-06-20)

Full Changelog

Implemented enhancements:

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

11 May 08:56
1c6b1b8
Compare
Choose a tag to compare

v2.1.4 (2018-05-10)

Full Changelog

Updates:

  • Upgrade JBehave Core dependency from 4.3 to 4.3.2

v2.1.3

16 Apr 15:02
2625a12
Compare
Choose a tag to compare

v2.1.3 (2018-04-16)

Full Changelog

Fixed issues:

  • #87 via #116 - workaround for IDEA to avoid name truncation by dot (by @valfirst)

Updates:

  • Upgrade JBehave Core dependency from 4.1.3 to 4.3

v2.1.2

17 Jan 20:01
Compare
Choose a tag to compare

v2.1.2 (2018-01-17)

Full Changelog

Fixed issues:

  • #110 - Fix behaviour if examples are used with composite steps (by @jsedlace)

v2.1.1

08 Dec 07:13
Compare
Choose a tag to compare

v2.1.1 (2017-12-07)

Full Changelog

Fixed issues:

Updates:

  • #107 - Upgrade to JBehave 4.1.3

v2.1.0

01 Oct 11:29
Compare
Choose a tag to compare

v2.1.0 (2017-09-29)

Full Changelog

Implemented enhancements:

  • #103 - Support multilevel nested GivenStories

Fixed issues:

Updates:

  • #55 via #100 - Remove custom Logger
    Logging should not be a part of module, it should be implemented separately via JBehave capabilities