Releases: cucumber/cucumber-js
Releases · cucumber/cucumber-js
v12.6.0
v12.5.0
Added
- Allow external plugins (see documentation) (#2715)
v12.4.0
v12.3.0
v12.2.0
v12.1.0
v12.0.0
This is a major release and contains some breaking changes. See the entries below, and https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md#1200 for specifics on how to migrate where needed.
Added
- Allow comments inside descriptions (cucumber/gherkin#334)
- Add original
errortoAfterandAfterStephook parameters (#2572) - Add support for Node.js 24.x (#2588)
Changed
- Redesigned HTML formatter header (cucumber/react-components#381)
Removed
v11.3.0
v11.2.0
Added
junitformatter now includestimestampattribute (junit-xml-formatter#45)Hookmessage now includestype(#2463)TestRunStartedmessage now includesid;TestCaseandTestRunFinishedmessages reference it intestRunStartedId(#2463)
Fixed
- Enable world proxy in parameter transformers (#2465)