Skip to content

Releases: trivago/cluecumber

3.6.2

25 Mar 10:18
1fac4ce
Compare
Choose a tag to compare

Fixed

  • Sub sections can break the layout (#337)
  • Separate Karate steps were shown as one in the step summary (#331)

Changed

  • More pleasant layout of scenario times and previous test runs

3.6.1 - Bugfixes, button labels

15 Mar 13:53
1495d5d
Compare
Choose a tag to compare

Fixed

  • expandBeforeAfterHooks setting is ignored [#333]
  • Html attachments could have a height of 0 on first load

Changed

  • Toggle buttons for all steps, hooks, attachments, outputs and sub sections have now specific "Hide" and "Show" labels

3.6.0 - Major update

14 Mar 15:21
ba71e13
Compare
Choose a tag to compare

Fixed

  • Long tag names broke the layout
  • Reruns should not be displayed in the tree view

Added

  • Support for multiple sub sections (e.g. in Karate scenarios with feature files in feature files)
  • Attachments, outputs and docStrings are now collapsible individually
  • Step outputs are now toggleable
  • New configuration options for toggling step output (expandStepOutput)
  • New configuration options for toggling sub sections (expandSubSections)

Changed

  • Tweaked data table header layout
  • Tweaked look of all item cards
  • Re-arranged summary and timing information
  • Updated dependencies

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