Behat 3 - how to retrieve custom extension in context
I need to add and later from context retrieve extra options/configuration from behat.yml file. Behat is not allowing me to add some random parameters into behat.yml file, so I created new custom extension. This extension is allowing me to pass specific config values extensions: App\Behat\DevToolsExtension: api_url: "https://api.example.com" So now behat is not complaining about new configuration in behat.yml file. Now I'm stuck. How can I retrieve this configuration from my extension in runtime? I'm setting existing parameters in my extension within public function load(ContainerBuilder