-
Notifications
You must be signed in to change notification settings - Fork 16
/
behat.yml
49 lines (48 loc) · 1.36 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
default:
autoload:
'': %paths.base%/behat-tests/bootstrap
suites:
default:
paths:
- %paths.base%/behat-tests
contexts:
- DefaultFeatureContext
- TeamDeeson\Behat\Context\AdminContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
extensions:
Behat\MinkExtension:
goutte: ~
selenium2: ~
base_url: http://localhost/
Drupal\DrupalExtension:
blackbox: ~
api_driver: 'drupal'
drupal:
drupal_root: '%paths.base%/docroot'
drush:
alias: 'docker'
selectors:
message_selector: '.message'
error_message_selector: '.error'
success_message_selector: '.success'
warning_message_selector: '.warning'
region_map:
comments: '.comments'
header: '#header'
'blog listing': '.node--view-mode-blog-listing'
pager: '.pagination-nav'
pipelines:
extensions:
Bex\Behat\ScreenshotExtension:
active_image_drivers: unsee
image_drivers:
unsee:
expire: '1h' # possible values: '10m', '30m', '1h'
Behat\MinkExtension:
base_url: http://localhost:8080/
Drupal\DrupalExtension:
drush:
alias: 'pipelines'
binary: %paths.base%/vendor/bin/drush