Closed gimler closed 11 years ago
I want set guzzle configuration parameter in my behat.yml file is there a way?
behat.yml
curl.options CURLOPT_PROXY: 'mhde.gf.myh.dev:8888'
curl.options
CURLOPT_PROXY: 'mhde.gf.myh.dev:8888'
Or how can i override the guzzle client class with my own?
Or how can i access it in my Context to set the option.
invalid see https://github.com/Behat/MinkExtension/pull/60
I want set guzzle configuration parameter in my
behat.yml
file is there a way?curl.options
CURLOPT_PROXY: 'mhde.gf.myh.dev:8888'
Or how can i override the guzzle client class with my own?
Or how can i access it in my Context to set the option.