MinkExtension icon indicating copy to clipboard operation
MinkExtension copied to clipboard

Mink extension (tight integration and configuration) for Behat

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

I've 2 suites in behat: frontend and backend. They both live on another subdomain. There should be a way to configure the base url per suite. Does this already exists?

W3C WebDriver standart is enabled for ChromeDriver 75 by default. We need to provide option to disable W3C support for services that don't support W3C standart. it can be done...

Seeing a weird issue when running ChromeDriver 75, Behat 3.5.0, MinkExtension 2.3.1 on Windows with Selenium Every call to `MinkContext::fillField` fails because `Behat\Mink\Element::findAll` returns null, and I get an `ElementNotFoundException`....

Hello, I frequently work with Behat + Mink and I have a feature here, that I like very much in my projects. To give some love back to this awesome...

Hello, how to upload file with use MinkExtension ?

The following translation unit seems to not be recognized properly. ``` (?:[^"]|\\")*)" ne devrait pas être cochée$/]]> ``` The following one however works as expected : ``` [^"]*)" devrait être...

#283 Add support for zombie options

Tests are currently failing on HHVM. I'm not sure if it's worth fixing, or simpler just to remove that from the test matrix.

Symfony treats strings containing two percent signs as a variable to be replaced. Jenkins will escape slashes in branch names as "%2f", having a branch name with two slashes leads...