Skip to content

Releases: trivago/cluecumber

1.7.3 - step time fix, file protocol support

22 Mar 20:49
276f247
Compare
Choose a tag to compare

Fixed

  • Step times included step hook times even though they are independent (#135)

Added

  • Links starting with file:// are converted to clickable links (#142, contributed by gazler22)

1.7.2 - Step hook times

05 Mar 12:07
7063846
Compare
Choose a tag to compare

Fixed

  • Step times did not take step hook times into account (#135)

1.7.1 - Sorting by status on Scenario Sequence page

28 Feb 11:54
Compare
Choose a tag to compare

Fixed

  • Ordering by status on Scenario Sequence page (#133, contributed by @monofrei)

1.7.0

20 Feb 13:48
c7683e5
Compare
Choose a tag to compare

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

21 Jan 16:39
1ebb298
Compare
Choose a tag to compare

Fixed

  • HTML attachments in hooks have the wrong size (#121)

1.6.4 - Long scenario name bugfix

16 Jan 09:11
8c3fc40
Compare
Choose a tag to compare

Fixed

  • Long scenario names break the layout (#119)

1.6.3 - Scenario output fixes

08 Jan 12:21
3816c55
Compare
Choose a tag to compare

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

17 Dec 09:24
6b1001c
Compare
Choose a tag to compare
Merge pull request #109 from trivago/1.6.2

1.6.2

1.6.1 - Layout fix for long urls

13 Dec 08:59
451ac18
Compare
Choose a tag to compare
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

12 Dec 15:53
15ec747
Compare
Choose a tag to compare
Merge pull request #106 from trivago/release-1.6.0

Release 1.6.0 - design changes, url support in doc strings and stack traces