Releases: cucumber/cucumber-js
Releases · cucumber/cucumber-js
v10.1.0
21 Dec 17:39
Compare
Sorry, something went wrong.
No results found
Added
Ability to access World parameters from BeforeAll
/AfterAll
hooks (see documentation ) (#1770 )
Support for Node.js 21 (#2365 )
Changed
Replace usage of VError
with Error.cause
(#2363 )
Updated HTML formatter with better search UX and smaller bundle size (react-components#337 )
Fixed
Prevent mutations on world parameters leaking between test cases (#2362 )
v10.0.1
20 Oct 21:31
Compare
Sorry, something went wrong.
No results found
Fixed
Honour order of paths in configuration (#2345 )
v10.0.0
09 Oct 13:45
Compare
Sorry, something went wrong.
No results found
See the upgrading guide for how to adapt to the breaking changes in this release.
Added
Add support for Node.js 20 (#2331 )
Changed
BREAKING CHANGE: Use appropriate module loading mechanism for configuration files (#2334 )
BREAKING CHANGE: Use await import()
to load all custom formatters and snippet syntaxes (#2334 )
BREAKING CHANGE: Use await import()
for default support code loading (#2337 )
Fixed
Ensure attached string literals are base64-encoded in JSON reports (#2260 )
Removed
BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 (#2331 )
v9.6.0
07 Oct 07:41
Compare
Sorry, something went wrong.
No results found
Fixed
Improve handling of formatter paths (#2315 )
Warn on ambiguous colons in formatter paths (#2335 )
v9.5.1
06 Sep 08:27
Compare
Sorry, something went wrong.
No results found
Fixed
Allow single-item arrays as a format (#2324 )
v9.5.0
03 Sep 18:02
Compare
Sorry, something went wrong.
No results found
Added
Support array notation of formats with path in configuration files (#2318 )
Fixed
Wait for stream to finish at end of publish plugin (#2322 )
v9.4.0
12 Aug 11:21
Compare
Sorry, something went wrong.
No results found
Fixed
Fix type import from cucumber-expressions (#2310 )
Removed
Remove Cucumber Reports suggestion (#2311 )
v9.3.0
14 Jul 09:21
Compare
Sorry, something went wrong.
No results found
Added
Support attachments with filenames (#2297 )
Support downloading attachments from HTML report (#2300 )
v9.2.0
22 Jun 14:41
Compare
Sorry, something went wrong.
No results found
Added
New option for JUnit test suite name to be passed in formatOptions
(#2265 )
Include source reference in emitted messages for parameter types (#2287 )
Fixed
Correctly interpret retried scenarios in rerun formatter (#2292 )
v9.1.2
07 May 09:38
Compare
Sorry, something went wrong.
No results found
Changed
Only show global install warning in debug mode (#2285 )
Fixed
Export ISupportCodeLibrary
type on /api
entry point (#2284 )