Releases: trivago/cluecumber
Releases · trivago/cluecumber
3.10.0
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
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
Dark mode support, added by @gdonati78
3.8.1
Changed
- Much safer detection of multi-run scenarios when using
groupPreviousScenarioRuns
3.8.0
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 ofgroupPreviousScenarioRuns
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
3.7.0
3.6.3
Changed
- Cached slow method results to speed up report generation (#343), contributed by @simonstratmann
3.6.2
3.6.1 - Bugfixes, button labels
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