forked from the-events-calendar/the-events-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.dist.yml
More file actions
27 lines (26 loc) · 794 Bytes
/
codeception.dist.yml
File metadata and controls
27 lines (26 loc) · 794 Bytes
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
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
api:
ea_license: YOUR_EA_LICENSE
params:
# read dynamic configuration parameters from the .env file
- .env
extensions:
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'