forked from ReimuHakurei/phpPgAdmin
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.yml
More file actions
25 lines (25 loc) · 569 Bytes
/
codeception.yml
File metadata and controls
25 lines (25 loc) · 569 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
namespace: Tests
support_namespace: Support
paths:
tests: Tests
output: Tests/_output
data: Tests/Support/Data
support: Tests/Support
envs: Tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
- Tests\Support\MyConfigExtension
- Tests\Support\MyDevServerExtension
coverage:
enabled: true
#remote: true
#c3_url: http://127.0.0.1:9876/index.php?c3=1
show_uncovered: true
include:
- ./*
exclude:
- Tests/*
- node_modules/*
- vendor/*