-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodeception.dist.yml
More file actions
39 lines (38 loc) · 921 Bytes
/
codeception.dist.yml
File metadata and controls
39 lines (38 loc) · 921 Bytes
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
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
helpers: tests/_helpers
settings:
bootstrap: _bootstrap.php
suite_class: \PHPgUnit_Framework_TestSuite
colors: true
memory_limit: 1024M
log: true
coverage:
enabled: true
blacklist:
include:
- library/*
- tests/*
- codecept.phar
extensions:
enabled:
- Codeception\Extension\RunFailed
- Codeception\Extension\TeamCity
config:
Codeception\Extension\Recorder:
delete_successful: false
modules:
config:
Db:
dsn: 'mysql:host=localhost;dbname='
user: ''
password: ''
\Helper\ZF1AppHelper:
config:
- 'application/configs/application.ini'
- 'application/configs/database.ini'