-
Notifications
You must be signed in to change notification settings - Fork 6
/
codeception.dist.yml
50 lines (49 loc) · 1.5 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
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
commands:
- "lucatume\\WPBrowser\\Command\\GenerateWPUnit"
- "lucatume\\WPBrowser\\Command\\GenerateWPRestApi"
- "lucatume\\WPBrowser\\Command\\GenerateWPRestController"
- "lucatume\\WPBrowser\\Command\\GenerateWPRestPostTypeController"
- "lucatume\\WPBrowser\\Command\\GenerateWPAjax"
- "lucatume\\WPBrowser\\Command\\GenerateWPCanonical"
- "lucatume\\WPBrowser\\Command\\GenerateWPXMLRPC"
- "lucatume\\WPBrowser\\Command\\RunOriginal"
- "lucatume\\WPBrowser\\Command\\RunAll"
- "lucatume\\WPBrowser\\Command\\DbExport"
- "lucatume\\WPBrowser\\Command\\DbImport"
- "lucatume\\WPBrowser\\Command\\MonkeyCachePath"
- "lucatume\\WPBrowser\\Command\\MonkeyCacheClear"
params:
- .env.testing
# - .env.secret # Will error on GitHub Actions.
coverage:
enabled: true
include:
- /src/*
- /bh-wp-autologin-urls.php
- /uninstall.php
- /templates/*
exclude:
- /vendor/*
- /dist-archive/*
- /tests/*
- /scratch/*
- /wordpress/*
- /vendor-prefixed/*
- /*/interface-*.*
- /*/index.php
- /*/*.txt
- autoload.php
- autoload-classmap.php
- /*/*.css
- /*/*.js
bootstrap: bootstrap.php