Cucumber.js v7.1.0 Release Notes

Release Date: 2021-04-06 // about 3 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support attachments that are already base64-encoded via a prefix on the MIME type e.g. this.attach(base64String, 'base64:image/png') (#1552)
    • ๐Ÿ‘Œ Support tagged rules (cucumber#1123)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix types for hook functions so they can return e.g. 'skipped' (#1542)
    • Display the response of the reports server when an error is returned before failing. (#1608)
    • โœ‚ Remove unnecessary implicit dependency on long package (cucumber#1313)
    • โœ‚ Remove unnecessary transitive dependencies on react etc (cucumber#1308)