Cucumber.js v2.0.0-rc.2 Release Notes

Release Date: 2016-12-04 // over 7 years ago
  • ๐Ÿ’ฅ Breaking Changes
    • pass attach to world constructor instead of assigning it to world
      • the world constructor now receives {attach, parameters} as the first argument instead of parameters
    ๐Ÿ†• New Features
    • json formatter: add isBackground to steps
    ๐Ÿ› Bug Fixes
    • clear timeouts of asynchronous hooks/steps
    • stop running features with no scenarios
    ๐Ÿ“š Documentation
    • โšก๏ธ update node js example