Releases: trivago/cluecumber
Releases · trivago/cluecumber
1.7.3 - step time fix, file protocol support
1.7.2 - Step hook times
Fixed
- Step times did not take step hook times into account (#135)
1.7.1 - Sorting by status on Scenario Sequence page
1.7.0
Added
- Feature name link is now shown on scenario detail pages (#125)
- three new options to expand or collapse hooks and docstrings on scenario detail pages (default: false) (#117)
<expandBeforeAfterHooks>true|false</expandBeforeAfterHooks>
<expandStepHooks>true|false</expandStepHooks>
<expandDocStrings>true|false</expandDocStrings>
- Added data attributes for common elements (
data-cluecumber-item
) to simplify custom css configurations (related to #129)
Fixed
All Tags
page shows the correct number of tagged results (#124)- Layout break on long scenario descriptions without spaces
Changed
- Updated all js dependencies
- Small design changes for expansion buttons to make them less prominent
1.6.5 - fixed html attachment sizes in collapsible hooks
Fixed
- HTML attachments in hooks have the wrong size (#121)
1.6.4 - Long scenario name bugfix
Fixed
- Long scenario names break the layout (#119)
1.6.3 - Scenario output fixes
Fixed
- Feature tags are now propagated to their included scenarios and the
All Tags
page - Data table css added unneeded space at the end
Added
- Step hooks display can now be toggled
- Scenario text attachments are now formatted correctly
Changed
- Multiple Scenario outputs are now displayed together
- minor design changes
1.6.2 - Layout and scenario detail link fixes
Merge pull request #109 from trivago/1.6.2 1.6.2
1.6.1 - Layout fix for long urls
Merge pull request #107 from trivago/1.6.1 fixed layout issue with long urls
1.6.0 - URL support in doc strings and stack traces, design modifications
Merge pull request #106 from trivago/release-1.6.0 Release 1.6.0 - design changes, url support in doc strings and stack traces