Skip to content

Releases: cucumber/cucumber-js

v10.0.1

20 Oct 21:31
v10.0.1
6eede88
Compare
Choose a tag to compare

Fixed

  • Honour order of paths in configuration (#2345)

v10.0.0

09 Oct 13:45
v10.0.0
ed34524
Compare
Choose a tag to compare

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
v9.6.0
8c0ee1d
Compare
Choose a tag to compare

Fixed

  • Improve handling of formatter paths (#2315)
  • Warn on ambiguous colons in formatter paths (#2335)

v9.5.1

06 Sep 08:27
v9.5.1
3a945b1
Compare
Choose a tag to compare

Fixed

  • Allow single-item arrays as a format (#2324)

v9.5.0

03 Sep 18:02
v9.5.0
ad7f17d
Compare
Choose a tag to compare

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
v9.4.0
85b1e5e
Compare
Choose a tag to compare

Fixed

  • Fix type import from cucumber-expressions (#2310)

Removed

  • Remove Cucumber Reports suggestion (#2311)

v9.3.0

14 Jul 09:21
v9.3.0
2fd424a
Compare
Choose a tag to compare

Added

  • Support attachments with filenames (#2297)
  • Support downloading attachments from HTML report (#2300)

v9.2.0

22 Jun 14:41
v9.2.0
a03329c
Compare
Choose a tag to compare

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
v9.1.2
63f3033
Compare
Choose a tag to compare

Changed

  • Only show global install warning in debug mode (#2285)

Fixed

  • Export ISupportCodeLibrary type on /api entry point (#2284)

v9.1.1

07 May 08:06
v9.1.1
1c13cf9
Compare
Choose a tag to compare

Fixed

  • Upgrade yaml to address security vulnerability (#2281)