-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbehat.yml.dist
58 lines (58 loc) · 1.93 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
default:
suites:
default:
paths:
- "%paths.base%/tests/features"
contexts:
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\Tests\oe_editorial\Behat\ContentLockContext
- Drupal\Tests\oe_editorial\Behat\FeatureContext
- OpenEuropa\Behat\TransformationContext:
elements:
guidelines: 'div.filter-guidelines'
pages:
demo content creation: 'node/add/oe_workflow_demo'
content administration: 'admin/content'
rich text help: 'filter/tips/rich_text'
simple rich text help: 'filter/tips/simple_rich_text'
- Drupal\Tests\oe_editorial\Behat\TextFormatContext
extensions:
Drupal\MinkExtension:
browserkit_http: ~
ajax_timeout: 10
browser_name: 'chrome'
javascript_session: selenium2
base_url: "${drupal.base_url}"
selenium2:
wd_host: '${selenium.host}:${selenium.port}/wd/hub'
capabilities:
browser: chrome
nativeEvents: true
marionette: true
browserName: chrome
version: '*'
extra_capabilities:
chromeOptions:
w3c: false
args:
- '--no-sandbox'
- '--start-maximized'
- '--disable-gpu'
- '--window-size=1440,900'
- '--disable-dev-shm-usage'
- '--disable-setuid-sandbox'
- '--disable-web-security'
- '--DNS-prefetch-disable'
- '--disable-translate'
- '--ignore-certificate-errors'
- '--test-type'
- '--disable-extensions'
- '--incognito'
- '--disable-infobars'
Drupal\DrupalExtension:
api_driver: "drupal"
drupal:
drupal_root: "build"
formatters:
progress: ~