forked from openeuropa/oe_authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
34 lines (34 loc) · 1.1 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
default:
suites:
default:
paths:
- %paths.base%/tests/features
contexts:
- Drupal\DrupalExtension\Context\ConfigContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\Tests\oe_authentication\Behat\AuthenticationContext
- Drupal\Tests\oe_authentication\Behat\CleanupContext
- OpenEuropa\Behat\TransformationContext:
pages:
Authentication configuration: 'admin/config/system/oe_authentication'
user registration: '/user/register'
extensions:
Drupal\MinkExtension:
goutte: ~
selenium2: ~
ajax_timeout: 10
browser_name: 'chrome'
javascript_session: 'selenium2'
base_url: "${drupal.base_url}"
selenium2:
wd_host: '${selenium.host}:${selenium.port}/wd/hub'
Drupal\DrupalExtension:
api_driver: "drupal"
drupal:
drupal_root: "${drupal.root}"
selectors:
message_selector: ".messages"
formatters:
progress: ~