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

Having the following requirements in `require-dev` in `composer.json`: ```json "atoum/atoum": "^4.0", (4.0.3) "behat/behat": "^3.8", (v3.10.0) "behat/mink-browserkit-driver": "^2.0", (v2.0.0) "behat/mink-goutte-driver": "^2.0", (v2.0.0) "behat/mink-selenium2-driver": "^1.5", (v1.5.0) ``` Running `php vendor/bin/behat` instantly crashes...

This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See https://github.com/Codeception/Codeception/pull/5527 for more info. Please...

The marionette capability is a Firefox-specific capability to aid in the transition from legacy versions of Firefox (47.0.1 and earlier). It is a `Boolean` and this value is now checked...

Thanks for your guidance. It seems some drivers such as "php-webdriver/webdriver" support Action sets, or mouse clicks by coordinate instead of element. I need to simulate a selection action. Can...

Hey, it seems so that there are 2 packages. I get lot issues like Warning: Ambiguous class resolution, "Behat\MinkExtension\Context\MinkAwareContext" was found 2x: in "/home/shyim/Code/shopware/vendor/behat/mink-extension/src/Behat/MinkExtension/Context/MinkAwareContext.php" and "/home/shyim/Code/shopware/vendor/friends-of-behat/mink-extension/src/Behat/MinkExtension/Context/MinkAwareContext.php", the first will be...

When trying to start with a default configuration using Selenium 4.0 or 4.1 (3.X is now unsupported), the presence of the empty `marionette` variable leads to an invalid capability exception...