Skip to content

Releases: TNG/JGiven

Release v1.2.1

04 May 15:09
9eb68c7

Choose a tag to compare

Version 1.2.1 release of JGiven.
Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v1.2.0

11 Jan 16:23

Choose a tag to compare

Version 1.2.0 release of JGiven.
Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v1.1.0

18 Aug 14:39

Choose a tag to compare

Version 1.1 release of JGiven.
Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v1.0.0

04 Mar 16:03

Choose a tag to compare

Version 1 release of JGiven.
Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

v1.0.0-RC7

26 Nov 05:46

Choose a tag to compare

seventh release candidate for JGiven.
Functionally equivalent to RC6
The binaries may be found here: https://search.maven.org/search?q=g:com.tngtech.jgiven%20AND%20v:1.0.0-RC7

v1.0.0-RC6

09 Nov 15:14

Choose a tag to compare

v0.18.2

07 Sep 10:15

Choose a tag to compare

Fixed Issues

  • Fixed the setName method introduced in v0.18.0 to correctly update the words in the report #386

v0.18.1

04 Sep 08:40

Choose a tag to compare

Exception handling changed for TestNG

When using TestNG, exceptions are not longer caught and suppressed until the end of a scenario.
This means that steps following a failed step are no longer shown in the scenario report.
This change was needed to ensure that TestNG reports the correct test status in case of an exception.

See PR #422 and Issue #312 for details.

Fixed Issues

  • Fix issue with @Pending(executeSteps = true) that marked a scenario as failed instead of pending #402
  • Make TestNG ScenarioTestListener work with parallel="tests" option #409

v0.18.0

30 Aug 14:41

Choose a tag to compare

New Features

  • The CurrentStep interface has a new method setName to change the name of a step programmatically #386

Fixed Issues

  • Fixed calculation of minimal thumbnail sizes #417

v0.17.1

20 Jan 12:50

Choose a tag to compare

Fixed Issues

  • Fix NPE when having @Disabled test in JUnit 5 #376