Skip to content

Releases: trivago/cluecumber

3.10.0

06 Jan 14:00
05b9682
Compare
Choose a tag to compare

Added

  • Step and scenario results are now cached to speed up report generation

Fixed

  • Unnecessary console logs for dark mode feature (#363)
  • Step was reported as passed when a step hook failed (#364)
  • Include Hooks in All Steps report to track failures related to Hooks (#364)
  • Fixed absolute path to the finished report in the console log

Changed

  • Strict adherence to the official cucumber guidelines for scenario states
  • Google Dagger updated to 2.54
  • Freemarker updated to 2.3.33
  • Javadoc updated to 3.11.2
  • JUnit Jupiter updated to 5.11.4
  • Mockito updated to 5.15.2

3.9.0

05 Nov 14:42
685d101
Compare
Choose a tag to compare

Fixed

  • Plugin doesn't support parallel compilation (#358)
  • Merging of reports with same test scenario doesn't work when output is different (#359)
  • Dark mode flickering on navigation
  • Wrong dark mode toggle caption when starting with dark mode active
  • Fixed all Javadoc warnings

Changed

  • Shortened dark/light mode button caption
  • Allow report generation even if <customParametersFile> defined file does not exist (#357)
  • Updated JUnit Jupiter, Mockito, JavaDoc and GPG plugins

3.8.2 - Dark mode

30 Oct 13:53
1c14bcb
Compare
Choose a tag to compare

Dark mode support, added by @gdonati78

image

3.8.1

12 Sep 08:16
8190086
Compare
Choose a tag to compare

Changed

  • Much safer detection of multi-run scenarios when using groupPreviousScenarioRuns

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