Top "Mink" questions

Mink is an open source acceptance test framework for web applications, written in PHP 5.3.

PHPUnit & Behat; complementing or alternatives?

I have been looking around SO and Google, but I couldn't really get a definitive answer. PHPUnit is a framework …

php phpunit bdd behat mink
How can i click a span in Behat?

I am using Behat to test an third-party webshop. I have a item in the shoppingcart that i want to …

html testing click behat mink
Behat/Mink with Selenium 2 throws "Could not open connection"

I've started writing Acceptance Tests with Behat, Mink Extension, Selenium 2 and Symfony. I've followed the instructions, which can be seen …

symfony selenium behat mink
How to get the Mink Selenium 2 Driver to wait for the page to load with Behat

I am in the process of upgrading from the Behat 2.x series to the Behat 3.x series. In the prior …

php selenium phantomjs behat mink
Behat/Mink Test to check if element contains content

I'm learning to write these test to help increase overall quality of the code I write, however I've been unable …

testing selenium behat mink
Check radio button with Behat

I'm stuck in this problem for 1 hour. It should be not difficult, actually, to check a radio button with Mink. …

button radio behat mink
Behat / Mink Getting value from a CSS Element

I have a expandable div on a website. I want to create a test case with Behat/Mink to assert …

html css behat mink
Trying To Set Up Selenium + Behat On Mac

So I got Behat working fine with the headless browser, however I wanted to use Selenium 2 to test some JavaScript …

php selenium-webdriver behat mink
Behat I press "Button" not working

I have a submit button namely “Log In” in the login form . The input field is looks like bellow <…

selenium selenium-webdriver behat mink
Can I make Behat/ZombieJS/Mink simulate a click on a "non-link" element, to fire JS listeners?

I am using Behat for testing, with the ZombieJS driver, and everything is working very well so far, but there …

behat zombie.js mink