-
Notifications
You must be signed in to change notification settings - Fork 15
/
behat.yml.dist
41 lines (38 loc) · 981 Bytes
/
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
backend:
formatter:
name: progress
filters:
tags: "@backend"
paths:
features: features
context:
class: Context\BackendContext
extensions:
Behat\MinkExtension\Extension:
base_url: 'http://localhost:8000/app_test.php'
browser_name: chrome
goutte: ~
selenium2: ~
Behat\Symfony2Extension\Extension:
mink_driver: true
kernel:
env: test
frontend:
formatter:
name: progress
filters:
tags: "@frontend"
paths:
features: features
context:
class: Context\FrontendContext
extensions:
Behat\MinkExtension\Extension:
base_url: 'http://localhost:8000/app_test.php'
browser_name: chrome
selenium2: ~
goutte: ~
Behat\Symfony2Extension\Extension:
mink_driver: true
kernel:
env: test