-
Notifications
You must be signed in to change notification settings - Fork 106
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
Use symfony/panther with Behat #145
Comments
Behat does not care about the way steps are implemented, so there is nothing preventing to use panther inside your steps. |
So a solution would be to create and use a MinkPantherDriver similar to https://github.com/minkphp/MinkBrowserKitDriver (cause the API from symfony/panther is very similar to symfony/browser-kit)? |
I'd like to see this support somewhere (maybe this extension). I've been meaning to work on it for a while. |
Possible mink driver https://github.com/Lctrs/mink-panther-driver |
There is a page in the docs which explains how to use ChromeDriver. |
Is there a way to use symfony/panther with Behat?
If no, what would be needed to add it?
The text was updated successfully, but these errors were encountered: