forked from salesagility/SuiteCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codeception.dist.yml
52 lines (52 loc) · 1.1 KB
/
codeception.dist.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
47
48
49
50
51
52
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 16000M
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
remote: false
low_limit: 50
high_limit: 90
include:
- ModuleInstall/*.php
- data/*.php
- include/*.php
- install/*.php
- jssource/*.php
- lib/*.php
- metadata/*.php
- modules/*.php
- service/*.php
- soap/*.php
- themes/*.php
exclude:
- include/SuiteGraphs/*
- include/social/*
- include/reCaptcha/*
- include/Pear/*
- include/pclzip/*
- include/nusoap/*
- include/HTTP_WebDAV_Server/*
- include/HTMLPurifier/*
- include/SugarXHprof/*
- include/ytree/*
- include/php-sql-parser.php
- include/parsecsv.lib.php
- modules/AOS_PDF_Templates/PDF_Lib/*
- modules/AOD_Index/Lib/*
- modules/Users/authentication/SAML2Authenticate/lib/*
- install/demoData.en_us.php
- include/tcpdf/*
- modules/AOR_Charts/lib/*
params:
- env