MinkExtension icon indicating copy to clipboard operation
MinkExtension copied to clipboard

Mink extension (tight integration and configuration) for Behat

Results 6 MinkExtension issues
Sort by recently updated
recently updated
newest added

Implements the driver at https://github.com/minkphp/webdriver-classic-driver Fixes https://github.com/minkphp/webdriver-classic-driver/issues/15

Now that this repo is the official replacement for the MinkExtension, the readme needs to be updated to be standalone.

Those are 2 small changes : * afaik "status" is not a valid french word ("statut" exists though), the usual translation for "HTTP status code" is "code d'état HTTP" *...

The ClientInterface::VERSION no longer exists in Guzzle 7. This PR is a proof of concept, I do not claim that this is the ultimate way to deal with this. _I...

Had an issue with SSL certificate problems when trying to run my tests locally using `BrowserKitFactory.php`. We have a self-signed certificate locally and unless it's added to the system store...

### Issue As a dummy symfony user, when I don't use the `MinkExtension` correctly with the following config ```yml # behat.yml.dist ... extensions: Behat\MinkExtension: ~ # > behat.yml.dist vendor/bin/behat ```...