-
Notifications
You must be signed in to change notification settings - Fork 4
/
codeception.dist.yml
37 lines (36 loc) · 1.56 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
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_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:
publishpress-checklists.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-checklists/publishpress-checklists.php"
assets: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-checklists/assets"
core: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-checklists/core"
languages: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-checklists/languages"
modules: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-checklists/modules"
includes.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-checklists/includes.php"
readme.txt: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-checklists/readme.txt"
vendor: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-checklists/vendor"
params:
- .env.testing
settings:
shuffle: true
lint: true
report_useless_tests: true