-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
27 lines (27 loc) · 824 Bytes
/
behat.yml
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
default:
suites:
integration:
paths:
- %paths.base%/features
contexts:
- FeatureContext
- Behat\MinkExtension\Context\MinkContext
- WiremockContext
- behatch:json:
evaluationMode: javascript
- behatch:rest
extensions:
Behat\Symfony2Extension:
kernel:
bootstrap: app/autoload.php
path: app/AppKernel.php
class: AppKernel
env: test
debug: false
Behat\MinkExtension:
files_path: %paths.base%
base_url: 'http://localhost:8080'
sessions:
default:
goutte: ~
Sanpi\Behatch\Extension: ~