Top "Behat" questions

Behat is a php framework for autotesting your business expectations.

Behat - Context class not found.

This is my directory structure: composer.json composer.phar vendor/ bin/ behat tests/ functional/ behat.yml features/ registration.feature bootstrap/ …

php zend-framework2 behat
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
How to find a text node element with Mink?

I was wondering, i have this HTML : <li> <span class="jqTransformRadioWrapper"> <a rel="choices[choices]" …

php functional-testing behat
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
Can I send raw keyboard input using Mink and Selenium2?

I am using Behat and Mink with the Selenium2 driver, and I'm trying to type directly into a form field (…

php selenium-webdriver behat mink