forked from openeuropa/oe_editorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
35 lines (35 loc) · 1.19 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
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:
goutte: ~
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", "version": "*" }
Drupal\DrupalExtension:
api_driver: "drupal"
drupal:
drupal_root: "build"
formatters:
progress: ~