Files
friends-of-behat-mink-exten…/behat.yml.dist
Christophe Coevoet 3ee16c4b87 Refactored the configuration of sessions
The configuration now makes sessions a first-class citizen instead of
being centered around drivers. This allows defining several session based
on the same driver type.
Instead of allowing other extensions to register their own sessions to add
new drivers, they can now register a DriverFactory in the MinkExtension
during the extension initialization to make a new driver type available.
2014-01-11 00:13:12 +01:00

12 lines
267 B
Plaintext

default:
suites:
default:
path: %paths.base%/features
contexts: [Behat\MinkExtension\Context\MinkContext]
extensions:
Behat\MinkExtension\Extension:
base_url: http://en.wikipedia.org/
sessions:
default:
goutte: ~