forked from wp-graphql/wp-graphql-meta-query
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeception.yml
28 lines (28 loc) · 892 Bytes
/
codeception.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
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
coverage:
enabled: true
c3_url: 'http://wp.localhost/wp-content/plugins/wp-graphql-meta-query/c3.php'
whitelist:
include:
- wp-graphql-meta-query.php
- access-functions.php
- src/*.php
extensions:
enabled:
- Codeception\Extension\RunFailed
commands:
- Codeception\Command\GenerateWPUnit
- Codeception\Command\GenerateWPRestApi
- Codeception\Command\GenerateWPRestController
- Codeception\Command\GenerateWPRestPostTypeController
- Codeception\Command\GenerateWPAjax
- Codeception\Command\GenerateWPCanonical
- Codeception\Command\GenerateWPXMLRPC
- Codeception\Command\DbSnapshot
- tad\Codeception\Command\SearchReplace