forked from salesagility/SuiteCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codeception.yml
48 lines (45 loc) · 999 Bytes
/
codeception.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
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/timezone/*
- include/SuiteGraphs/*
- include/social/*
- include/Smarty/*
- include/reCaptcha/*
- include/phpmailer/*
- include/Pear/*
- include/pclzip/*
- include/nusoap/*
- include/HTTP_WebDAV_Server/*
- include/HTMLPurifier/*
params:
- env