Skip to content

Commit

Permalink
changlog #312
Browse files Browse the repository at this point in the history
  • Loading branch information
janschaefer committed Sep 2, 2019
1 parent 620b63e commit 6d0c2a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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](https://github.com/TNG/JGiven/pull/422) and [Issue #312](https://github.com/TNG/JGiven/issues/312) for details.

## Fixed Issues

* Fix issue with @Pending(executeSteps = true) that marked a scenario as failed instead of pending [#402](https://github.com/TNG/JGiven/issues/402)
Expand Down

0 comments on commit 6d0c2a8

Please sign in to comment.