This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbehat.yml.dist
60 lines (60 loc) · 1.95 KB
/
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
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
54
55
56
57
58
59
60
default:
autoload:
- './html/profiles/contrib/social/tests/behat/features/bootstrap'
- './tests/src/Context'
suites:
default:
paths:
features: '%paths.base%/tests/features'
bootstrap: '%paths.base%/html/profiles/contrib/social/tests/behat/features/bootstrap'
filters:
tags: "~@todo"
contexts:
- Drupal\social\Behat\EmailContext
- Drupal\social\Behat\FeatureContext
- Drupal\social\Behat\PostContext
- Drupal\social\Behat\SocialDrupalContext
- Drupal\social\Behat\SocialMinkContext
- Drupal\social\Behat\SocialDrupalContext
- Drupal\DrupalExtension\Context\BatchContext
- Drupal\DrupalExtension\Context\ConfigContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\DrushContext
- Behatch\Context\BrowserContext
- DrupalNorge\DrupalNorgeSocial\Tests\Context\DrupalNorgeContext
extensions:
Bex\Behat\ScreenshotExtension:
image_drivers:
local:
screenshot_directory: "%paths.base%/screenshots"
Behat\MinkExtension:
base_url: http://web
files_path: '%paths.base%/tests/files'
goutte: ~
selenium2:
wd_host: http://chromedriver:8643/wd/hub
capabilities:
extra_capabilities:
goog:chromeOptions:
w3c: false
marionette: null
chrome:
switches:
- "--headless"
- "--disable-gpu"
- "--no-sandbox"
- "--disable-dev-shm-usage"
Drupal\DrupalExtension:
drush:
root: ./html
blackbox: ~
drupal:
drupal_root: "%paths.base%/html"
api_driver: 'drupal'
text:
username_field: "name_or_mail"
password_field: "edit-pass"
log_in: "edit-submit"
region_map:
mentions: "#social-post-entity-form"