Releases: trivago/cluecumber
Releases · trivago/cluecumber
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
3.6.0 - Major update
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
Changed
- Improved display of scenario groups
- Updated dependencies
- Added missing Javadoc
Fixed
- Grouping scenarios crashed Cluecumber when no start time existed