-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbehat.yml
37 lines (36 loc) · 1.05 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
default:
suites:
default:
contexts:
- FeatureContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
filters:
tags: "~@skipci"
gherkin:
cache: ~
extensions:
Behat\MinkExtension:
browser_name: 'chrome'
selenium2:
wd_host: "http://127.0.0.1:4444/wd/hub"
capabilities: { "browserName": "chrome", "browser": "chrome", "version": "72", 'chrome': {'switches':['--no-sandbox', '--headless']}}
javascript_session: selenium2
base_url: http://d8.fs-demo.local
Drupal\DrupalExtension:
blackbox: ~
api_driver: 'drupal'
drupal:
drupal_root: 'web/d8/docroot'
text:
username_field: 'name'
password_field: 'pass'
log_out: 'Log out'
region_map:
anywhere: "*"
circle:
extensions:
Behat\MinkExtension:
base_url: http://federated-search-demo.local:8000