The following doesn't work with goutte and selenium2 driver
Feature: checkbox
Scenario: checkbox check
Given I am on "http://127.0.0.1:8080/form.html"
And the "fuuu" checkbox should be checked # id works
And the "foo" checkbox should be checked # name works
And the "Label" checkbox should be checked # label works
And the "bar" checkbox should be checked # value failed
The following doesn't work with goutte and selenium2 driver
see also https://github.com/minkphp/MinkGoutteDriver/issues/74
composer.json
html
behat.yml
run with
php -S 127.0.0.1:8080