forked from api-platform/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
61 lines (60 loc) · 2 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
default:
suites:
default:
contexts:
- 'FeatureContext': { doctrine: '@doctrine' }
- 'GraphqlContext'
- 'JsonContext'
- 'HydraContext'
- 'SwaggerContext'
- 'HttpCacheContext'
- 'JsonApiContext': { doctrine: '@doctrine', jsonApiSchemaFile: 'tests/Fixtures/JsonSchema/jsonapi.json' }
- 'JsonHalContext': { schemaFile: 'tests/Fixtures/JsonHal/jsonhal.json' }
- 'Behat\MinkExtension\Context\MinkContext'
- 'Behatch\Context\RestContext'
filters:
tags: ~@postgres
postgres:
contexts:
- 'FeatureContext': { doctrine: '@doctrine' }
- 'GraphqlContext'
- 'JsonContext'
- 'HydraContext'
- 'SwaggerContext'
- 'HttpCacheContext'
- 'JsonApiContext': { doctrine: '@doctrine', jsonApiSchemaFile: 'tests/Fixtures/JsonSchema/jsonapi.json' }
- 'JsonHalContext': { schemaFile: 'tests/Fixtures/JsonHal/jsonhal.json' }
- 'Behat\MinkExtension\Context\MinkContext'
- 'Behatch\Context\RestContext'
filters:
tags: ~@sqlite
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: ~
'Behatch\Extension': ~
coverage:
suites:
default:
contexts:
- 'FeatureContext': { doctrine: '@doctrine' }
- 'GraphqlContext'
- 'JsonContext'
- 'HydraContext'
- 'SwaggerContext'
- 'HttpCacheContext'
- 'JsonApiContext': { doctrine: '@doctrine', jsonApiSchemaFile: 'tests/Fixtures/JsonSchema/jsonapi.json' }
- 'JsonHalContext': { schemaFile: 'tests/Fixtures/JsonHal/jsonhal.json' }
- 'CoverageContext'
- 'Behat\MinkExtension\Context\MinkContext'
- 'Behatch\Context\RestContext'
filters:
tags: ~@postgres