Use symfony/panther with Behat
Is there a way to use symfony/panther with Behat? If no, what would be needed to add it?
Behat does not care about the way steps are implemented, so there is nothing preventing to use panther inside your steps. However, I don't think there is a behat extension providing all the necessary glue code yet.
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)? Or do you see another approach?
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.
This is not exactly symfony/panther, but you don't have the overhead of Selenium at least.