Skip to content

Releases: Comcast/zucchini

Upgrade cucumber-reporting version

12 Sep 03:14
Compare
Choose a tag to compare

Depend on cucumber-reporting version 3.2.0

2.2.9

10 Nov 08:42
Compare
Choose a tag to compare

Added new feature fastrun. This uses all of the contexts to run through the features files just once.

2.2.8

04 May 21:15
Compare
Choose a tag to compare

Updated the cleanup() method to be called even if the over written setup() fails

2.2.7

05 Mar 00:36
Compare
Choose a tag to compare

Added trace logging throughout the system.
Performance improvement in the writing of the cucumber results.

2.2.6

21 Oct 01:55
Compare
Choose a tag to compare

Fix the issue where failure of all test contexts resulted in failure of subsequent scenarios.

2.2.5

07 Oct 22:27
Compare
Choose a tag to compare

Fix BarrierSync() when a cucumber test is using a Scenario Outline

2.2.4

06 Oct 02:57
Compare
Choose a tag to compare

Fixes bug in barrier sync. This was causing an ungraceful thread termination.

2.2.3

30 Sep 20:36
Compare
Choose a tag to compare

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>

2.2.2

15 Sep 18:11
Compare
Choose a tag to compare
  • Added a version string to the end of the report title. This makes debugging and error reporting more accurate.
  • Fixed potential error where a AbstractZucchiniTest throwing within a cleanup() method could cause false negatives in error reporting.

2.2.1

15 Sep 03:34
Compare
Choose a tag to compare
  • Added a version string to the end of the report title. This makes debugging and error reporting more accurate.
  • Fixed potential error where a AbstractZucchiniTest throwing within a cleanup() method could cause false negatives in error reporting.