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.