-
Bumb engine requirement to Node v20.
- This was accidentally left out during release of v23.0.0, where dropped support for v18 was announced. Due to the announcement, I don't consider this to be another breaking change.
-
Expand type signature of scenario and step hooks, to allow tags to be defined using pure string arguments. This is in line with how cucumber-js behaves.
-
Add support for attachments with filenames. This is in line with how cucumber-js behaves.
-
Implement
log
, as seen in cucumber-js. -
Implement
link
, as seen in cucumber-js. -
Minor changes to the messages report, to ensure compatibility with
cucumber-js
.