Skip to content

Releases: trivago/cluecumber

2.9.4 - JQuery update

19 Oct 09:53
1bd4fbb
Compare
Choose a tag to compare

Changed

  • Using new JQuery because of appsec vulnerability (#294)

2.9.3 - Better custom parameter and navigation link handling

29 Sep 09:51
Compare
Choose a tag to compare

Added

  • Custom parameter values starting with ./, ../ or # are now interpreted as relative URLs
  • Custom navigation links without values are now hidden

2.9.2 - Fixed HTML escaping

27 Sep 09:55
Compare
Choose a tag to compare

Fixed

  • #293 - unescaped html in exception messages

2.9.1 - Show error messages on overview pages

26 Sep 08:25
Compare
Choose a tag to compare

Added

  • Display error messages on scenario overview pages

2.9.0 - Bug fixed, design changes, custom links

24 Sep 18:33
9407900
Compare
Choose a tag to compare

Added

  • Ability to add custom external links to the navigation bar via customNavigationLinks property
  • #281 - enable Cluecumber to be invoked without a POM project

Fixed

  • #278 - Chart bars of steps with low times did not render at all

Changed

  • Dependency updates
  • Design adjustments
  • Reworked navigation for future improvements
  • #280 - moved deployment to GitHub actions

2.8.0 - custom parameter display, attachment toggle

18 Jan 13:36
Compare
Choose a tag to compare

Added

  • New customParametersDisplayMode option to display custom parameters on scenario pages or all pages (#273, base implementation contributed by zutshiy)
  • New expandAttachments option to expand or collapse attachments by default
  • Attachments are collapsed by default and can be expanded (#279, base implementation contributed by beirtipol)

2.7.1 - Updated dependencies

05 Nov 13:58
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.7.0 - CSS selectors and dependency updates

11 May 10:03
Compare
Choose a tag to compare

Added

  • More css classes for report customization (#270, contributed by GregJohnStewart)

Changed

  • Updated dependencies

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