Releases: TNG/JGiven
Releases · TNG/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.
Fixed Issues
v0.18.0
v0.17.1
v0.17.0
v0.16.1
v0.16.0
New Features
- Java 10 is supported now #345
Fixed Issues
- Fixed an IllegalArgumentException when creating thumbnails for very small images #329 (thanks to maccluca)
- Fixed NPE when using JUnit 5 and one test class has only disabled method #338
- Fixed minor issue in JUnit 5 example that did not generate the HTML 5 report #340
Backwards Incompatible Changes
- Java 6 is not supported anymore