-
Notifications
You must be signed in to change notification settings - Fork 2
/
behat.yml
46 lines (42 loc) · 1.3 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
41
42
43
44
45
46
default:
formatter:
name: progress
parameters:
decorated: true
verbose: false
time: true
language: fr
output_path: null
multiline_arguments: true
paths:
features: features
bootstrap: %behat.paths.features%/bootstrap
extensions:
Behat\AnalysisExtension\Extension: ~
context:
parameters:
customDate: "2013-11-13 14:42:42"
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:
- app
# Black list of directories to not collect coverage about
blacklist:
- tmp
- features
- bin