This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
a60fba4
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.
@stof At the risk of asking a dumb question or not seeing the obvious – how do I configure
Behat/MinkExtension
to usesymfony/browser-kit
directly? I guess I am missing some kind of "bridge" package that sets up aDriverFactory
for BrowserKit?a60fba4
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.
FriendsOfBehat/MinkExtension#14 probably is part of the answer.
a60fba4
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.
@mpdude, to make this happen you need to use the minkphp/MinkBrowserKitDriver, but I have no idea how the
behat.yml
should look like in that case forBehat/MinkExtension
. The https://github.com/Behat/MinkExtension/blob/master/doc/index.rst should be a good starting point for figuring out the correctbehat.yml
content.a60fba4
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.
@mpdude indeed. That PR is the answer.