JGiven v0.18.1 Release Notes

Release Date: 2019-09-04 // over 4 years ago
  • โœ… 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