You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
720 B
22 lines
720 B
default:
|
|
extensions:
|
|
Behat\MinkExtension:
|
|
base_url: http://localhost
|
|
show_cmd: 'open %s'
|
|
selenium2:
|
|
wd_host: "http://127.0.0.1:4444/wd/hub"
|
|
browser: chrome
|
|
capabilities:
|
|
extra_capabilities:
|
|
chromeOptions:
|
|
args:
|
|
- "--ignore-certificate-errors"
|
|
w3c: false
|
|
default_session: selenium2
|
|
javascript_session: selenium2
|
|
files_path: "%paths.base%/../../"
|
|
suites:
|
|
default:
|
|
paths: ["%paths.base%/features"]
|
|
formatters:
|
|
pretty: true
|
|
|