Skip to content

Releases: trivago/cluecumber

3.8.0

06 Sep 08:41
Compare
Choose a tag to compare

Fixed

  • Better detection of embedded URLs in attachments, docstrings and outputs
  • Fixed table alignment for duration column
  • All graphs and totals now show the correct numbers based on the current rerun settings
  • Aligned hover colors of overview and detail pages

Added

  • Logged report location now includes file:// prefix
  • Added Rerun Scenarios page in case of groupPreviousScenarioRuns mode
  • Added a dedicated Reruns button to each scenario with previous runs

Changed

  • Updated JUnit Jupiter to 5.11.0
  • Updated Mockito to 5.13.0
  • Updated Dagger to 5.52
  • Build and test process uses Maven 4 wrapper
  • Aligned all dependency versions to non alpha/beta versions

3.7.1

12 Jul 14:03
c40c107
Compare
Choose a tag to compare

Fixed

  • failedScenariosOnPendingOrUndefinedSteps setting is ignored (#341)

3.7.0

09 Jul 11:30
e8743e4
Compare
Choose a tag to compare

Added

  • Custom favicon definition through property (#340)

3.6.3

10 Jun 13:06
Compare
Choose a tag to compare

Changed

  • Cached slow method results to speed up report generation (#343), contributed by @simonstratmann

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