forked from etna-alternance/composer-lib-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
40 lines (38 loc) · 1.14 KB
/
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
#behat.yml
default:
formatter:
name: progress
parameters:
decorated: true
verbose: false
time: true
language: fr
output_path: null
multiline_arguments: true
paths:
features: Tests/Functional
bootstrap: %behat.paths.features%/bootstrap
wip:
filters:
tags: "@wip"
formatter:
name: progress
ci:
formatter:
name: progress,junit,html
parameters:
output_path: null,tmp/behat/behatJunit,tmp/behat/behat_report.html
context:
parameters:
# Whether or not to collect code coverage
enableCodeCoverage: true
# Path to store the generated code coverage report
coveragePath: /tmp/behat/coverage
# White list of directories to collect coverage about
whitelist:
- src
# Black list of directories to not collect coverage about
blacklist:
- tmp
- Tests
- vendor