-
Notifications
You must be signed in to change notification settings - Fork 614
How do I upgrade 2.x to 3.x? #799
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
Comments
There's no migration document as far as I know. As long as you didn't rely on mink too much, the migration isnt't hard. On a high level you'll need to:
I've done this in past and it wasn't really hard. However, my contexts were decoupled from mink and I didn't have too many dependencies between contexts. I'm happy to help you with specific issues that might arise as you proceed with the migration. |
We just did a successful migration from Behat 2 to 3, it was alright. Besides the above, if you used chained steps ( We didn't have any to update any .feature files (~160 scenarios of varying complexity), we used DrupalExtension and Mink. |
I think upgrade hurdle was always overrated. We could do better job at docs, though. @djdevin care to contribute a cookbook to https://github.com/behat/docs ? :) |
Hi,
I have projects that use
Behat
v.2.5.5
. How do I upgrade to 3.x (v.3.0.15)?I looked into https://github.com/Behat/Behat/blob/v3.0.15/CHANGES.md#300beta1--2013-08-13
It does tell me that u made some major changes (like
New suite-centric architecture
) but it doesn't tell me how do I respond to those changes.Any document/help on that? Or am I supposed to look at the diff of changes and come up with the test fixes myself?
The text was updated successfully, but these errors were encountered: