You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: Message Builder for Error Messages on testStepFinished (#1790)
* Add stack trace
* Bugfixes. Ensure casing of stack-trace property and fix stringlike nature of it
* Tidy up legacy error message method
#
* Add changelog
* Bump CCK to v19 to ensure compatibility with latest issues
* Remove superfluous step definitions in attachments
* Tidy up message element to use a heredoc
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
9
9
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.
10
10
11
11
## [Unreleased]
12
+
### Changed
13
+
- Updated `cucumber-compatibility-kit` to v19
14
+
15
+
### Fixed
16
+
- Fixed an issue where the html-formatter wasn't respecting the new structure for `StackTrace` cucumber messages ([#1790](https://github.com/cucumber/cucumber-ruby/pull/1790)[luke-hill](https://github.com/luke-hill))
0 commit comments