Cucumber.js v1.1.0 Release Notes

Release Date: 2016-06-23 // almost 8 years ago
  • ๐Ÿ†• New Features

    • โž• Add full support to registerHandler (Charlie Rudolph)
      • Can now use all supported functions interfaces (synchronous, callback, promise, generators)
      • Will throw any error received and immediately kill the test suite
      • Supports handler specific timeouts
      • Updated documentation

    ๐Ÿ› Bug Fixes

    • ๐Ÿ CLI format: support absolute path on windows (Charlie Rudolph)
    • ๐Ÿ›  Fix typo in event name. (#590, Artur Pomadowski)
    • Don't run hooks in dry run mode (Charlie Rudolph)