-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!!!TASK: Upgrade Behat #14
Conversation
Resources/Private/Tests/Behavior/Features/Bootstrap/FeatureContext.php
Outdated
Show resolved
Hide resolved
Distribution that for travis: https://travis-ci.com/johannessteu/neos-development-distribution/builds |
All related PR's: |
Adjust travis scripts TASK: test kickstart of behat config TASK: Fix travis ci scripts TASK: Implement correct Context in dummy files Adjust default behat configuration file TASK: Upgrade behat dependenices TASK: Make sure to remove old behat config from dsitri collection when testing Debug TASK: Don’t link package in ci as the includes paths won’t match Install before delete ... Come on travis ... Travis Travis
02ec23f
to
948b3ea
Compare
I added a travis-ci.yml to check the kickstart command and actually execute those behat tests: |
Thanks for the contribution! |
This upgrades Behat from 2.4 to the latest 3.5.x. This change is breaking as behat changed some things under the hood regarding contexts. Therefore the old FlowContext was refactored to a FlowContextTrait wich can be included in FeatureContexts