This repository has been archived by the owner on Aug 7, 2019. It is now read-only.
v3.0.0
- Upgrade Cucumber to v0.9
- Upgrade Protractor to v3
Breaking Changes
- Upgrade to Protractor v3:
- Removed native support for Cucumber Framework; now uses protractor-cucumber-framework
- Now uses selenium-webdriver 2.48.2; requires use of Node >= v4
- See Protractor's list of breaking changes in v3
- Upgrade to Cucumber v0.9:
- Catch ambiguous step definitions
- Make World constructors strictly synchronous
- See Cucumber's list of breaking changes in v0.8
- See Cucumber's list of breaking changes in v0.9