forked from dvdoug/BoxPacker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
31 lines (30 loc) · 808 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
default:
suites:
packer:
paths:
- '%paths.base%/features/common'
contexts: [ PackerContext ]
infallible_packer:
paths:
- '%paths.base%/features/common'
- '%paths.base%/features/infallible'
contexts: [ InfalliblePackerContext ]
extensions:
DVDoug\Behat\CodeCoverage\Extension:
auth: ~
drivers:
- local
filter:
forceCoversAnnotation: false
mapTestClassNameToCoveredClassName: false
whitelist:
addUncoveredFilesFromWhitelist: true
processUncoveredFilesFromWhitelist: true
include:
directories:
'src':
prefix: ''
report:
format: clover
options:
target: build/behat.clover