-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
53 lines (51 loc) · 1.73 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
41
42
43
44
45
46
47
48
49
50
51
52
53
default:
autoload:
'': '%paths.base%/behat'
suites:
default:
paths: ['%paths.base%/behat/Features']
contexts:
- Drupal\Behat\Context\Drupal\DatabaseContext:
dump_path: '%paths.base%/dump/behat'
- Drupal\Behat\Context\Drupal\WatchdogContext
- Drupal\Behat\Context\Drupal\RestContext
- Drupal\Behat\Context\Drupal\RedirectContext
- Drupal\Behat\Context\Drupal\MailContext:
base_url: http://api.gos.test
- Drupal\Behat\Context\Drupal\DebugContext:
log_path: '%paths.base%/log/behat'
- Drupal\Behat\Context\Drupal\SitemapContext:
- Drupal\Behat\Context\Drupal\XmlContext:
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
- MarcOrtola\BehatSEOContexts\Context\SitemapContext
extensions:
Behat\MinkExtension:
browserkit_http: ~
selenium2:
wd_host: http://browser:4444/wd/hub
base_url: http://api.gos.test
files_path: "%paths.base%/behat/Fixtures/"
Imbo\BehatApiExtension:
apiClient:
base_uri: http://api.gos.test
Drupal\DrupalExtension:
blackbox: ~
api_driver: 'drupal'
drupal:
drupal_root: 'web'
region_map:
header: "#header"
messages: "#messages"
breadcrumb: "#breadcrumb"
content_above: "#content_above"
content: "#content"
content_below: "#content_below"
footer: "#footer"
Alex\MailCatcher\Behat\MailCatcherExtension\Extension:
url: http://mail:1080
purge_before_scenario: true
gherkin:
cache: ~