This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.