Skip to content

Releases: Comcast/zucchini

Upgrade cucumber-reporting version

Choose a tag to compare

@trentontrees trentontrees released this 12 Sep 03:14

Depend on cucumber-reporting version 3.2.0

2.2.9

Choose a tag to compare

@trentontrees trentontrees released this 10 Nov 08:42

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

2.2.8

Choose a tag to compare

@trentontrees trentontrees released this 04 May 21:15

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

2.2.7

Choose a tag to compare

@trentontrees trentontrees released this 05 Mar 00:36

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

2.2.6

Choose a tag to compare

@trentontrees trentontrees released this 21 Oct 01:55

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

2.2.5

Choose a tag to compare

@trentontrees trentontrees released this 07 Oct 22:27

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

2.2.4

Choose a tag to compare

@trentontrees trentontrees released this 06 Oct 02:57

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

2.2.3

Choose a tag to compare

@trentontrees trentontrees released this 30 Sep 20:36

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

Choose a tag to compare

@dimaj dimaj released this 15 Sep 18:11
  • 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

Choose a tag to compare

@dimaj dimaj released this 15 Sep 03:34
  • 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.