Releases: Comcast/zucchini
Upgrade cucumber-reporting version
Depend on cucumber-reporting version 3.2.0
2.2.9
Added new feature fastrun. This uses all of the contexts to run through the features files just once.
2.2.8
Updated the cleanup() method to be called even if the over written setup() fails
2.2.7
Added trace logging throughout the system.
Performance improvement in the writing of the cucumber results.
2.2.6
Fix the issue where failure of all test contexts resulted in failure of subsequent scenarios.
2.2.5
Fix BarrierSync() when a cucumber test is using a Scenario Outline
2.2.4
Fixes bug in barrier sync. This was causing an ungraceful thread termination.
2.2.3
No major changes from previous release. Added code to the pom for automatically signing and deploying to maven central in a staging repository.
All future releases will be available via maven central:
<dependency>
<groupId>com.comcast.zucchini</groupId>
<artifactId>zucchini</artifactId>
<version>2.2.4</version>
</dependency>