Releases: trivago/cluecumber
Releases · trivago/cluecumber
3.0.1 - Bugfix and css changes
Fixed
- Exception messages for skipped scenarios were not displayed (#299)
Changed
- Separators between scenarios on the overview page
- Changed alignment to top for tables
- Changed error message display to dark red
3.0.0 - Cluecumber Maven and Core
This marks a new chapter in Cluecumber development.
From now on it will be possible to develop separate versions with different invocations and for different platforms since
the core component is now the reporting engine that is the base for other forms of Cluecumber.
Changed
- Separated functionality of Cluecumber Maven into three components:
- Cluecumber Engine (reporting engine)
- Cluecumber Core (JVM code version)
- Cluecumber Maven (Maven version)
- Overhauled documentation
2.9.4 - JQuery update
Changed
- Using new JQuery because of appsec vulnerability (#294)
2.9.3 - Better custom parameter and navigation link handling
Added
- Custom parameter values starting with
./
,../
or#
are now interpreted as relative URLs - Custom navigation links without values are now hidden
2.9.2 - Fixed HTML escaping
Fixed
- #293 - unescaped html in exception messages
2.9.1 - Show error messages on overview pages
Added
- Display error messages on scenario overview pages
2.9.0 - Bug fixed, design changes, custom links
Added
- Ability to add custom external links to the navigation bar via
customNavigationLinks
property - #281 - enable Cluecumber to be invoked without a POM project
Fixed
- #278 - Chart bars of steps with low times did not render at all
Changed
- Dependency updates
- Design adjustments
- Reworked navigation for future improvements
- #280 - moved deployment to GitHub actions
2.8.0 - custom parameter display, attachment toggle
Added
- New
customParametersDisplayMode
option to display custom parameters on scenario pages or all pages (#273, base implementation contributed by zutshiy) - New
expandAttachments
option to expand or collapse attachments by default - Attachments are collapsed by default and can be expanded (#279, base implementation contributed by beirtipol)
2.7.1 - Updated dependencies
Changed
- Updated dependencies
2.7.0 - CSS selectors and dependency updates
Added
- More css classes for report customization (#270, contributed by GregJohnStewart)
Changed
- Updated dependencies