C

Cucumber (Ruby)

C
Cucumber (Ruby) Dev Tools v11.1.1

v11.1.1

Changed Change to use events to pass the data from "log" and "attach" calls from the step definitions to the formatters. With this the last part of the ancient (pre event) formatter inteface has been removed. (#1881 brasmusson) Fixed Fixed issue with html-formatter where attachments and envelopes were causing the entire message pool to be blank (#1891) luke-hill Show failed step error details in t…

C
Cucumber (Ruby) Dev Tools v11.1.0

v11.1.0

Added Print thread backtraces on SIGINFO/SIGPWR (#1830) sobrinho Added Suggestion messages that will show all the snippets for all message based formatters (#1870) luke-hill Changed Heavy refactor to the internals for message building (Used in formatters - should be no noticeable change) (#1853 luke-hill) Simplify attachment handling in the MessageBuilder and #attach method Fixed When someone call…

C
Cucumber (Ruby) Dev Tools v11.0.0

v11.0.0

Added Add timestamp to Attachment message Added a new option for running order --reverse which will run the scenarios in reverse order (#1807 luke-hill) A first initial iteration of the new cucumber-query structure (#1801 luke-hill) This will be used for the migration of all existing formatters - becoming the building blocks for the future of cucumber formatters which will begin being migrated in…

C
Cucumber (Ruby) Dev Tools v10.2.0

v10.2.0

Changed Permit the latest version of the cucumber-html-formatter (v22.0.0+) Permit cucumber-expressions up to v19

C
Cucumber (Ruby) Dev Tools v10.1.1

v10.1.1

Changed Internal refactors to CCK testing code to better check that the message formatter responses are as expected Simplify #attach by better checking the different use cases (base64 vs file path) Fixed Prevent messages (And any consuming formatters), from not handling unknown (base64), media types (#1796 luke-hill)

C
Cucumber (Ruby) Dev Tools v10.1.0

v10.1.0

Changed Updated cucumber-compatibility-kit to v20 Optimised compatibility tests (That use the CCK), so that tests run slightly more optimal (Creating less empty arrays) Fixed Fixed an issue where the html-formatter wasn't respecting the new structure for StackTrace cucumber messages (#1790 luke-hill)

C
Cucumber (Ruby) Dev Tools v10.0.0

v10.0.0

Changed Added dependencies that will no longer be part of the ruby stdlib (jeromeag) NB: This change has also facilitated a tweak to some output messages to include new fields such as testRunStartedId for full changes and expectations of what will be new check the messages (luke-hill) Updated cucumber-compatibility-kit to v18 Changed compatibility testing to fully lean on external assets instead o…

C
Cucumber (Ruby) Dev Tools v9.2.1

v9.2.1

Fixed Fixed an issue for Ruby 3.4 where a default hash instantiation was being picked up as keyword arguments (Jon Rowe)

C
Cucumber (Ruby) Dev Tools v9.2.0

v9.2.0

Changed Updated cucumber dependencies (Specifically cucumber-core) (luke-hill) Uncoupled a lot of dual-responsibility complexity in HTTP classes (Specifically the builders/parsers) (#1752 luke-hill) Removed Some legacy JRuby local testing profiles are now removed (luke-hill)

C
Cucumber (Ruby) Dev Tools v9.1.2

v9.1.2

Added Changed Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo. All logic contained in compatibility (luke-hill) Cleared up a few Layout/Linting cop offenses (#1750 luke-hill) Fixed Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred (This fixes an issue in cucumber-wire when passing legacy steps down the…