I ran into the same issue with Selenium and Behat. If you want to pass the parameters via behat.yml
, here is what it needs to look like:
default:
extensions:
Behat\MinkExtension:
base_url: https://my-app.com
default_session: selenium2
selenium2:
browser: firefox
capabilities:
extra_capabilities:
acceptInsecureCerts: true