forked from api-platform/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
36 lines (35 loc) · 1014 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
28
29
30
31
32
33
34
35
36
default:
suites:
default:
contexts:
- 'FeatureContext': { doctrine: '@doctrine' }
- 'HydraContext'
- 'SwaggerContext'
- 'Behat\MinkExtension\Context\MinkContext'
- 'Sanpi\Behatch\Context\RestContext'
- 'Sanpi\Behatch\Context\JsonContext'
extensions:
'Behat\Symfony2Extension':
kernel:
env: 'test'
debug: 'true'
path: 'tests/Fixtures/app/AppKernel.php'
bootstrap: 'tests/Fixtures/app/bootstrap.php'
'Behat\MinkExtension':
base_url: "http://example.com/"
sessions:
default:
symfony2: ~
'Sanpi\Behatch\Extension': ~
coverage:
suites:
default:
contexts:
contexts:
- 'FeatureContext': { doctrine: '@doctrine' }
- 'HydraContext'
- 'SwaggerContext'
- 'CoverageContext'
- 'Behat\MinkExtension\Context\MinkContext'
- 'Sanpi\Behatch\Context\RestContext'
- 'Sanpi\Behatch\Context\JsonContext'