Skip to content

Releases: trivago/cluecumber

3.5.1 - Improved scenario group display

13 Nov 15:19
c8b0198
Compare
Choose a tag to compare

Changed

  • Improved display of scenario groups
  • Updated dependencies
  • Added missing Javadoc

Fixed

  • Grouping scenarios crashed Cluecumber when no start time existed

v3.5.0

02 Nov 12:29
ca8b1fe
Compare
Choose a tag to compare

Added

  • groupPreviousScenarioRuns mode for a compact view when there are multiple runs of the same scenario [#245]
  • expandPreviousScenarioRuns to set default state of expanded or collapsed of the previous runs of the same scenario

3.4.0 - Background handling, charts, scenario status

10 Aug 13:43
805914e
Compare
Choose a tag to compare

Fixed

  • Background steps were not considered in the overall scenario outcome [#319]
  • Background steps were not shown in the bar charts

Changed

  • Skipped scenarios are now determined to the official Cucumber guidelines
  • Charts show small bars for steps with a time of 0 instead of none at all
  • Before and after hooks are not shown in the step charts anymore

3.3.1 - Fixed chart links

08 Aug 06:41
Compare
Choose a tag to compare

Fixed

  • Wrong relative links from bar charts to detail pages

3.3.0 - Bugfixes and clickable charts

07 Aug 11:32
Compare
Choose a tag to compare

Fixed

  • Scenarios having skipped steps after a passed step are now considered skipped (used to be passed) (#314)
  • skip parameter in Cluecumber Maven was not recognized anymore (#316)

Added

  • Charts in "All Tags", "All Features" and "All Steps" can now be clicked and redirect to the according detail page

Bugfix release

12 May 12:29
892aff5
Compare
Choose a tag to compare

Fixed

  • Pie chart always showing results from all features [#311]

Changed

  • Updated dependencies

3.2.1 - expandDocStrings

21 Mar 07:54
Compare
Choose a tag to compare

Fixed

  • expandDocStrings option did not have an effect [#308]

Changed

  • Code clean-up

3.2.0 - Code cleanup

10 Mar 13:50
ae61047
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Small visual tweaks
  • Code clean-up

Added

  • Full javadoc coverage

3.1.0 - Tree view page and new design

17 Jan 14:25
fa54afe
Compare
Choose a tag to compare

Added

  • Added new test overview tree view page

Fixed

  • Aligned counts and use of plurals in headlines
  • Fixed misaligned numbers in tag, step and feature overview page tables
  • Various small design adjustments and fixes

Changed

  • Clearer custom parameters box
  • Tags are now displayed as buttons

3.0.2 - Consider all steps in overview

22 Dec 12:13
d8126a5
Compare
Choose a tag to compare

Fixed

  • Exception message for non-given step was not shown in overview (#302)