| layout | nav | date | title | author |
|---|---|---|---|---|
post |
blog |
2017-09-17 09:00:00 |
Announcing Cucumber-JVM v2.0.1 |
brasmusson |
Cucumber-JVM v2.0.1 has been released. The primary reason for this release is to fix two regressions in v2.0.0:
-
The method
Scenario.isFailed(), that is available to hooks, does always returnfalse. -
The
--dry-runoption does not work, the steps are still executed.
For the full change log, see CHANGELOG.md.