minkphp / MinkBundle

Mink library integration bundle for Symfony2
MIT License
60 stars 18 forks source link

Provide guzzle parameters to be configurable in behat.yml #38

Closed dziamid closed 12 years ago

dziamid commented 12 years ago

There seems to be no easy way to configure guzzle parameters in behat.yml

I need a way to set curl.CURLOPT_SSL_VERIFYPEER = false to be able to test https pages on local machine.