This repository was archived by the owner on Dec 26, 2022. It is now read-only.
forked from flef/Incipio
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbehat.yml
More file actions
41 lines (37 loc) · 1.38 KB
/
behat.yml
File metadata and controls
41 lines (37 loc) · 1.38 KB
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
default:
calls:
error_reporting: 16383 # E_ALL & ~E_USER_DREPRECATED
formatters:
pretty: true
suites:
api_features:
paths: [ %paths.base%/features/api ]
contexts:
- Behat\MinkExtension\Context\MinkContext
- Fidry\AliceBundleExtension\Context\Doctrine\AliceORMContext
- Behat\Context\ApiContext:
doctrine: @doctrine
jwtManager: @lexik_jwt_authentication.jwt_manager
userManager: @fos_user.user_manager
encoderFactory: @security.encoder_factory
- Behat\Context\JsonContext:
evaluationMode: javascript
- Behat\Context\JsonLdContext:
evaluationMode: javascript
front_features:
paths: [ %paths.base%/features/front ]
contexts:
- Fidry\AliceBundleExtension\Context\Doctrine\AliceORMContext
- Behat\Context\FrontContext
extensions:
Behat\MinkExtension:
base_url: ~
sessions:
default:
symfony2: ~
Behat\Symfony2Extension:
kernel:
env: test
debug: true
Fidry\AliceBundleExtension\Extension: ~
Sanpi\Behatch\Extension: ~