Skip to content

Releases: trivago/cluecumber

3.0.1 - Bugfix and css changes

15 Dec 11:55
Compare
Choose a tag to compare

Fixed

  • Exception messages for skipped scenarios were not displayed (#299)

Changed

  • Separators between scenarios on the overview page
  • Changed alignment to top for tables
  • Changed error message display to dark red

3.0.0 - Cluecumber Maven and Core

03 Dec 14:32
Compare
Choose a tag to compare

This marks a new chapter in Cluecumber development.

From now on it will be possible to develop separate versions with different invocations and for different platforms since
the core component is now the reporting engine that is the base for other forms of Cluecumber.

Changed

  • Separated functionality of Cluecumber Maven into three components:
    • Cluecumber Engine (reporting engine)
    • Cluecumber Core (JVM code version)
    • Cluecumber Maven (Maven version)
  • Overhauled documentation

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