33 lines
622 B
YAML
33 lines
622 B
YAML
# behat.yml
|
|
|
|
default:
|
|
context:
|
|
parameters:
|
|
user:
|
|
password:
|
|
base_url:
|
|
driver: 'selenium2'
|
|
paths:
|
|
features: tests/integrations
|
|
bootstrap: %behat.paths.features%/bootstrap
|
|
extensions:
|
|
Behat\MinkExtension\Extension:
|
|
goutte: ~
|
|
selenium2: ~
|
|
|
|
phantomjs:
|
|
context:
|
|
parameters:
|
|
user:
|
|
password:
|
|
base_url:
|
|
driver: 'phantomjs'
|
|
paths:
|
|
features: tests/integrations
|
|
bootstrap: %behat.paths.features%/bootstrap
|
|
extensions:
|
|
Behat\MinkExtension\Extension:
|
|
goutte: ~
|
|
selenium2:
|
|
wd_host: "http://localhost:8643/wd/hub"
|