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

Release Date: 2016-12-19 // over 7 years ago
  • 💥 Breaking Changes
    • 0️⃣ make strict the default
      • previously pending and undefined steps did not cause an exit code of 1. This could be overridden with --strict. Strict is now the default and you can use --no-strict to return to the previous behavior.
    • ⚡️ update automatically required files
      • if the features live in a features directory at any level, all support files in the features directory are loaded.
    🐛 Bug Fixes
    • prevent crash on empty feature file
    🆕 New Features
    • validate argument types
    📚 Documentation
    • 📄 docs: fix tag expression migration guide (#691, Aslak Hellesøy)