-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
28 lines (28 loc) · 858 Bytes
/
behat.yml.dist
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
default:
suites:
contact:
contexts:
- DrupalCoreExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\ConfigContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\MessageContext
filters:
tags: "@contact"
extensions:
Behat\MinkExtension:
base_url: http://127.0.0.1:8888
sessions:
default:
goutte: ~
Drupal\DrupalExtension:
api_driver: "drupal"
drupal:
# Change this to the absolute path to Drupal install.
drupal_root: "drupal"
region_map:
left sidebar: "#sidebar-first"
content: "#content"
selectors:
error_message_selector: '.messages--error'