Skip to content

Releases: trivago/cluecumber

2.6.1 - Bugfix release

27 Nov 17:13
Compare
Choose a tag to compare

Fixed

  • After hooks with content were not displayed anymore

2.6.0 - Background steps display, design update, bugfixes

27 Nov 16:21
1c2aaa1
Compare
Choose a tag to compare

Fixed

  • Fixed HTML encoding for attachments (#263)

Added

  • Background steps are now displayed in a separate section of the report

Changed

  • Only hooks with outputs are considered and displayed in the scenario detail pages (#211)
  • Various design cleanups

2.5.0 - Video embedding, UX improvements

11 May 15:18
9db6b05
Compare
Choose a tag to compare

Added

  • Support for external mp4 video attachments (mime type video/mp4 with an external URL)

Changed

  • Maximum image / video width is half the report width
  • Feature URL is displayed on scenario summary and feature summary pages (#233)
  • Automatic redirect to scenario detail page if only one scenario exists

Setting start page, bugfixes

04 May 16:11
Compare
Choose a tag to compare

Added

  • Optional startPage property to set the report start page (#217)

Fixed

  • Cluecumber did not consider line breaks in scenario outputs (#244)
  • Cluecumber failed on missing json files (#247)

2.3.4 - Bug fixes, better customization

11 Feb 11:56
Compare
Choose a tag to compare

Added

  • Custom CSS classes for keywords and parameters (#235, contributed by Labouh)

Fixed

  • Unknown steps are now reported as skipped by default (unless failScenariosOnPendingOrUndefinedSteps is set to true) (#236)

2.3.3 Non-ascii tags and legacy before hook attachments support

27 Jan 11:43
Compare
Choose a tag to compare

Fixed

  • Broken links on special characters in tabs (#231)
  • Before hook attachments of legacy Cucumber versions were ignored and caused rendering errors (#323)

2.3.2 - Small fixes

23 Jan 10:58
Compare
Choose a tag to compare

Fixed

  • Missing feature description in scenario details (#222, contributed by Labouh)

Added

  • Explicit html element ids for better custom css styling (#228, contributed by Labouh)

2.3.1 - y axis fix for scenario details

15 Oct 14:26
Compare
Choose a tag to compare

Fixed

  • Chart y axis step size in scenario view

2.3.0 - Named attachments and dependency updates

14 Oct 12:19
Compare
Choose a tag to compare

Added

  • Support for named attachments

Changed

  • Updated dependencies
  • Removed eval from report template (#199)

Fixed

  • Chart y axis step size adapts to displayed values

2.2.0 - Chart and logging improvements, bringing back "All Features"

17 Jul 13:43
d462de1
Compare
Choose a tag to compare

Added

  • Hide scenarios with matching status on the Scenario Sequence page when disabling a status in the diagram (#175)
  • Clicking a pie chart slice toggles the according scenarios in All Scenarios and Scenario Sequence (#175)
  • Logging can be configured via the logLevel property (#189)

Changed

  • Changed internal chart generation to simplify future chart features
  • Scenario runtimes is now displayed in seconds in the Scenario Detail page graph (#193)
  • Renamed y axis of All Steps page graph to Number of Usages (#193)

Fixed

  • Wrong wording in All Tags page
  • Wrong y axis scale labels in stacked bar charts
  • Missing All Features navigation link