-
-
Notifications
You must be signed in to change notification settings - Fork 168
/
Copy pathbehat.yml
42 lines (34 loc) · 849 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
37
38
39
40
41
42
default:
gherkin:
cache: "%paths.base%/var/cache/behat/behat_gherkin"
filters:
tags: ~@wip
autoload:
- "%paths.base%/tests/api/bootstrap"
formatters:
pretty:
output_styles:
comment: [ white, black ]
calls:
error_reporting: 16383 # E_ALL & ~E_USER_DREPRECATED
testers:
rerun_cache: "%paths.base%/var/cache/behat/behat_rerun"
extensions:
Lakion\Behat\MinkDebugExtension:
directory: var/log/behat-reports
screenshot: false
Behat\MinkExtension:
base_url: 'http://127.0.0.1:8088/'
goutte: ~
sessions:
default:
goutte: ~
Behatch\Extension: ~
suites:
default:
filters:
tags: "~@wip"
contexts:
- Behatch\Context\JsonContext
- Context\FeatureContext
paths: [ "%paths.base%/tests/api" ]