Releases: cucumber/cucumber-js
Releases · cucumber/cucumber-js
v8.5.1
Fixed
- Ensure durations are integers in JSON formatter (#2094)
v8.5.0
Changed
- Reworked handling for invalid installations (#2089)
v8.4.0
Fixed
- Fix issues with using absolute paths for features (#2063)
v8.3.1
Fixed
- Export
IConfiguration
type on API entry point (#2064)
v8.3.0
Added
- Add
willBeRetried
to the parameter passed to After
hook functions (#2045)
Changed
defineStep
is now deprecated and will eventually be removed; use the appropriate Given/When/Then keyword to define your step (#2044)
Fixed
- Prevent outputting ANSI escapes to
stderr
if it can't display them (#2035)
v8.2.2
Changed
- Use latest HTML formatter with better handling for scenario outlines
v8.2.1
Fixed
- Fix return type of step hook function to allow async functions (#2038)
v8.2.0
Changed
- Fix issues with colored output, support
FORCE_COLOR
environment variable as an override (#2026)
v8.1.2
Added
- Explicit support for Node.js 18 (#2007)
Fixed
- Re-add
cucumber-js
bin file for backwards compatibility (#2008)
v8.1.1
Fixed
- Capture dependency on
@cucumber/message-streams
to satisfy peer requirement from @cucumber/gherkin-streams
(#2006)