forked from ddev/ddev-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
35 lines (35 loc) · 1.31 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
default:
suites:
default:
contexts:
- FeatureContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
extensions:
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
Drupal\MinkExtension:
base_url: https://<PROJECTNAME>>.ddev.site
ajax_timeout: 30
# goutte: ~
browser_name: chrome
sessions:
default:
chrome:
api_url: "http://chrome:9222"
socket_timeout: 20
download_behavior: allow
validate_certificate: false
# Using drupalextension "drupal/drupal-extension": "v4.0.0rc1" or above. Use Behat\DrupalExtension if
Drupal\DrupalExtension:
drupal:
# Change this to the relative path to the docroot
drupal_root: "web"
api_driver: 'drush'
drush:
root: /var/www/html/web
region_map:
header: "#header"
sidebar: "#sidebar-first"
content: "#content"
footer: ".site-footer"