-
Notifications
You must be signed in to change notification settings - Fork 62
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
Added Behat integration #128
Conversation
de17104
to
41a3add
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for proposing this @wouterj 👍
Having this covered by a functional test would be nice. Will this require a lot of code?
I'll have a look, I think it'll have the same or less code as the PHPunit functional test. Thanks for your review, I'll try to find some time this week to work on this PR. |
Updated the PR, I've added functional behat tests (similar to those existing in PHPunit). I couldn't understand what Please note that I also moved files around, so the diff is a big ugly. The directory structure now is:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍 Thanks
@wouterj I added some changes on master (php8 support for example). Could you solve the conflicts please? I would like to merge this as well for release 6.4.0 |
5381d1d
to
b9e0a15
Compare
b9e0a15
to
46fb305
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wouterj 👍
Thank you for your time reviewing & merging this PR @dmaicher! |
This PR adds the necessary classes to integrate with Behat, similar to the existing PHPunit integration. I hope this is something you want to add, it would be of great help for our test suite :)
If you want this, do you want me to add a Behat test set-up to functionally test the integration?