forked from acquia/acquia_commercemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
36 lines (36 loc) · 1.07 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
default:
suites:
default:
contexts:
- FeatureContext:
parameters:
simpleurl: '/node/1'
simpletitle: 'Joust Duffle Bag'
simpleprice: '$34.00'
simplepricefour: '$136.00'
simpledoupbledprice: '$68.00'
simplediscountedprice: '$81.60'
simplediscountedpricefour: '$108.80'
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
extensions:
Behat\MinkExtension:
base_url: http://drupal
browser_name: chrome
javascript_session: default
sessions:
default:
selenium2:
wd_host: http://chrome:4444/wd/hub
Drupal\DrupalExtension:
blackbox: ~
api_driver: "drupal"
drupal:
drupal_root: '/var/www/html'
region_map:
content: "#content"
body: "body"
page: "#page"
highlighted: ".highlighted"