-
Notifications
You must be signed in to change notification settings - Fork 8
/
codeception.dist.yml
42 lines (42 loc) · 2.3 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
paths:
tests: tests/codeception
output: tests/codeception/_output
data: tests/codeception/_data
support: tests/codeception/_support
envs: tests/codeception/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
- tad\WPBrowser\Extension\Copier
commands:
- Codeception\Command\GenerateWPUnit
- Codeception\Command\GenerateWPRestApi
- Codeception\Command\GenerateWPRestController
- Codeception\Command\GenerateWPRestPostTypeController
- Codeception\Command\GenerateWPAjax
- Codeception\Command\GenerateWPCanonical
- Codeception\Command\GenerateWPXMLRPC
config:
tad\WPBrowser\Extension\Copier:
files:
src: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/src"
vendor: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/vendor"
languages: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/languages"
publishpress-authors.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/publishpress-authors.php"
bylines-functions.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/bylines-functions.php"
coauthors-functions.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/coauthors-functions.php"
includes.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/includes.php"
deprecated.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/deprecated.php"
defines.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/defines.php"
readme.txt: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/readme.txt"
activation.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/activation.php"
template-tags.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/template-tags.php"
tests/codeception/_data/plugins/custom-post-type: "%WP_ROOT_FOLDER%/wp-content/plugins/custom-post-type"
tests/codeception/_data/themes/custom_twentytwenty: "%WP_ROOT_FOLDER%/wp-content/themes/twentytwenty"
params:
- .env.testing
settings:
lint: true
report_useless_tests: true
colors: true