Releases: stevenmhunt/cucumber-extra
Releases · stevenmhunt/cucumber-extra
Initial Release
- Replacement for Cucumber.js profile system which supports YAML configuration file.
- Using custom profiles to control hook load order to ensure
cucumber-extra
has the first and lastBefore
andAfter
hooks. - Implemented a step definition wrapper which can support synchronous calls, promises, and asynchronous callback steps and hooks.
- Implemented
BeforeStep
andAfterStep
hooks using the step definition wrapper. - Implemented step delays and retries using the step definition wrapper.
- Implemented new
BeforeValue
hook using the step definition wrapper. - Add enhanced type system using the
BeforeValue
hook. - Added template engine support using the
BeforeValue
hook.