-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodeception.dist.yml
40 lines (40 loc) · 1.06 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
support_namespace: Support
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
params:
- .env
extensions:
enabled:
- Codeception\Extension\RunFailed
commands:
- lucatume\WPBrowser\Command\RunOriginal
- lucatume\WPBrowser\Command\RunAll
- lucatume\WPBrowser\Command\GenerateWPUnit
- lucatume\WPBrowser\Command\DbExport
- lucatume\WPBrowser\Command\DbImport
- lucatume\WPBrowser\Command\MonkeyCachePath
- lucatume\WPBrowser\Command\MonkeyCacheClear
- lucatume\WPBrowser\Command\DevStart
- lucatume\WPBrowser\Command\DevStop
- lucatume\WPBrowser\Command\DevInfo
- lucatume\WPBrowser\Command\DevRestart
coverage:
enabled: true
include:
- /src/*
- /access-functions.php
- /activation.php
exclude:
- /vendor/*
- /tests/*
- /bin/*
- /docs/*
- /node_modules/*
- /*/*.txt
- /*/*.css
- /*/*.js