Cucumber.js v8.3.0 Release Notes

Release Date: 2022-06-11 // almost 2 years ago
  • โž• Added

    • โž• Add willBeRetried to the parameter passed to After hook functions (#2045)

    ๐Ÿ”„ Changed

    • ๐Ÿšš defineStep is now deprecated and will eventually be removed; use the appropriate Given/When/Then keyword to define your step (#2044)

    ๐Ÿ›  Fixed

    • Prevent outputting ANSI escapes to stderr if it can't display them (#2035)