Skip to content

Releases: trivago/cluecumber

2.1.0 - customization and redesign

25 Jun 15:59
f65e7fd
Compare
Choose a tag to compare

Added

  • Fully customizable passed, failed and skipped colors through new properties (#172)
  • Proper pluralization of all words within summaries and headers
  • Ability to set a custom report title (#176)
  • Support for custom parameters with hidden keys (#183)

Changed

  • Better layout with larger graphs for tag, feature and step summary pages (#180)
  • Moved timing information to a dedicated box in each report page
  • Refined navigation (#177)
  • Increased max report width

2.0.1 - Bugfix release

15 Jun 21:43
2eb16ab
Compare
Choose a tag to compare

Fixed

  • Error when customParametersFile property was not set (#171)
  • Wrong log format for customCssFile property

Added

  • Better error messages for missing files

2.0.0 - Architecture changes and property loading

14 Jun 11:16
7815ad5
Compare
Choose a tag to compare

Added

  • Ability to set custom parameters via a properties file through the customParametersFile property (#167, contributed by gazler22)

Fixed

  • Custom parameters are now displayed in the order of definition (#157)
  • Better logging and error handling

Changed

  • Major internal architecture change to ease future extension

1.11.0 - Speed / compatibility release

21 May 08:28
38a3cd1
Compare
Choose a tag to compare

Fixed

  • Much higher report generation speed
  • Warnings in Java > 8
  • Various small code style issues

Changed

  • Updated all dependencies

Removed

  • Cloner dependency
  • JSoup dependency

1.10.2 Nexus version fix

29 Apr 13:13
Compare
Choose a tag to compare
updated version

1.10.1 - UTC time conversion, small bug fixes

29 Apr 12:50
e40fe62
Compare
Choose a tag to compare

Fixed

  • Incorrect wrapping for urls in custom parameters
  • UTC timezone conversion for timestamps

Changed

  • more resilient mime type handling

1.10.0 - Support timestamps, various bug fixes

16 Apr 10:41
Compare
Choose a tag to compare

Fixed

  • Steps that are only skipped should not have a link to a scenario from the minimum/maximum time in All Steps
  • Feature name on Scenario Details page was incorrectly linked

Added

  • Additional parallel run time on All Scenarios and Scenario Sequence pages
  • Support of Cucumber 4.3.0's new scenario start timestamps
  • Start time and date, end time and date and duration is displayed on each scenario in All Scenarios, Scenario Sequence and Scenario Detail pages (Cucumber >= 4.3.0)

Changed

  • Scenario Sequence is now not based on start time if it exists in the json file
  • Minor design changes

1.9.0 - strict scenario mode

10 Apr 14:59
5aeb8c2
Compare
Choose a tag to compare

Added

  • Minimum and maximum step times on All Steps page links to the enclosing scenario (#152)
  • New failScenariosOnPendingOrUndefinedSteps configuration property for marking scenarios as failed when they contain
    steps with status pending or undefined (default value is false) (#74)

Changed

  • Minimum and maximum step times are now only calculated for non-skipped steps

1.8.1 - Step status fix

03 Apr 15:00
4d09549
Compare
Choose a tag to compare

Fixed

  • All Steps shows scenario states instead of step states (#147)

1.8.0 - step analysis

26 Mar 21:41
Compare
Choose a tag to compare

Added

  • All Steps page (#145)
  • Scenarios by Step overview page (#145)

Changed

  • Usage of symbols instead of text in tables for passed, failed and skipped