Cluecumber Report Plugin Versions Save

Clear and concise reporting for the Cucumber BDD JSON format.

v3.6.2

1 month ago

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

v3.6.1

2 months ago

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

v3.6.0

2 months ago

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

v3.5.1

6 months ago

Changed

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

Fixed

  • Grouping scenarios crashed Cluecumber when no start time existed

v3.5.0

6 months ago

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

v3.4.0

9 months ago

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

v3.3.1

9 months ago

Fixed

  • Wrong relative links from bar charts to detail pages

v3.3.0

9 months ago

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

v3.2.2

1 year ago

Fixed

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

Changed

  • Updated dependencies

3.2.1

1 year ago

Fixed

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

Changed

  • Code clean-up