Releases: TNG/JGiven
Release v1.1.0
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
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
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
the current packages can be found at:
v0.18.2
v0.18.1
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.