-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbehat.yml
40 lines (40 loc) · 1.33 KB
/
behat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
default:
filters:
formatter:
name: pretty
parameters:
decorated: true
verbose: false
time: true
language: en
output_path: null
multiline_arguments: true
paths:
features: features
bootstrap: features/bootstrap
context:
parameters:
base_url: 'http://drupalsite.loc:8000'
extensions:
Behat\MinkExtension\Extension:
goutte:
guzzle_parameters:
curl.options:
CURLOPT_SSL_VERIFYPEER: false
CURLOPT_CERTINFO: false
CURLOPT_TIMEOUT: 120
ssl.certificate_authority: false
selenium2: ~
base_url: 'http://drupalsite.loc:8000'
Kirschbaum\DrupalBehatRemoteAPIDriver\DrupalRemoteExtension:
blackbox: ~
api_driver: 'drupal_remote_api'
drupal_remote_api:
login_username: 'username'
login_password: 'password'
#request_cookie: 'cookie_name=value'
#custom_formatter_class: 'Acme\CustomDrupalFormatter'
default_driver: 'drupal_remote_api'
region_map:
left sidebar: "#sidebar-first"
content: "#content"