-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeception.dist.yml
29 lines (29 loc) · 1.23 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
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
- PublishPress\Codeception\Extension\ExtendedCopier
config:
PublishPress\Codeception\Extension\ExtendedCopier:
files:
0: "tests/_data/plugins/updated-lib-plugin/:%WP_ROOT_FOLDER%/wp-content/plugins/updated-lib-plugin"
1: "tests/_data/plugins/outdated-lib-plugin-1:%WP_ROOT_FOLDER%/wp-content/plugins/outdated-lib-plugin-1"
2: "tests/_data/plugins/outdated-lib-plugin-2:%WP_ROOT_FOLDER%/wp-content/plugins/outdated-lib-plugin-2"
3: "lib:%WP_ROOT_FOLDER%/wp-content/plugins/updated-lib-plugin/vendor/publishpress/psr-container/lib/"
commands:
- Codeception\Command\GenerateWPUnit
- Codeception\Command\GenerateWPRestApi
- Codeception\Command\GenerateWPRestController
- Codeception\Command\GenerateWPRestPostTypeController
- Codeception\Command\GenerateWPAjax
- Codeception\Command\GenerateWPCanonical
- Codeception\Command\GenerateWPXMLRPC
params:
- .env.testing
bootstrap: _bootstrap.php