@cucumber/cucumber
Advanced tools
Changelog
[8.3.0] - 2022-06-11
willBeRetried
to the parameter passed to After
hook functions (#2045)defineStep
is now deprecated and will eventually be removed; use the appropriate Given/When/Then keyword to define your step (#2044)stderr
if it can't display them (#2035)Changelog
[8.2.2] - 2022-05-27
Changelog
[8.1.0] - 2022-04-20
cucumber-js
binary's underlying file to be cucumber.js
, so it doesn't fall foul of Node.js module conventions and plays nicely with ESM loaders (see documentation) (#1993)Changelog
[8.0.0-rc.3] - 2022-03-21
html
formatter--format-options
: printAttachments
(see documentation) (#1136 #1721)colors
to chalk
for terminal coloring (#1895)parseGherkinMessageStream
is deprecated in favour of loadSources
(#1957)getConfiguration
, initializeFormatters
and getSupportCodeLibrary
methods removed from Cli
class in favour of new API