forked from Behatch/contexts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
behat.yml.dist
35 lines (34 loc) · 1.05 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:
- Behat\MinkExtension\Context\MinkContext
- behatch:context:browser:
timeout: 1
- behatch:context:debug:
screenshotDir: "."
- behatch:context:json:
evaluationMode: javascript
- behatch:context:rest
- behatch:context:system:
root: "."
- behatch:context:table
- behatch:context:xml
extensions:
Behat\MinkExtension:
base_url: 'http://localhost:8080'
files_path: 'tests/fixtures/files'
goutte: ~
selenium2: ~
browser_name: 'chrome'
sessions:
default:
goutte: ~
symfony2:
goutte: ~
Behatch\Extension: ~
symfony2:
extensions:
Behat\MinkExtension:
default_session: symfony2