-
Notifications
You must be signed in to change notification settings - Fork 21
/
codeception.dist.yml
44 lines (44 loc) · 1.41 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
43
44
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
settings:
colors: true
memory_limit: 1024M
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
params:
- .env
modules:
config:
WPLoader:
wpRootFolder: "%WPTT_INSTALL_DIR%/web"
dbName: "%WPTT_DB_NAME%"
dbHost: "%WPTT_DB_HOST%"
dbUser: "%WPTT_DB_USER%"
dbPassword: "%WPTT_DB_PASSWORD%"
tablePrefix: "wp_"
domain: "%WPTT_SITE_HOST%"
adminEmail: "%WPTT_SITE_ADMIN_EMAIL%"
title: "Test"
plugins:
- "polylang/polylang.php"
- "wp-graphql/wp-graphql.php"
- "wp-graphql-polylang/wp-graphql-polylang.php"
activatePlugins:
- "polylang/polylang.php"
- "wp-graphql/wp-graphql.php"
- "wp-graphql-polylang/wp-graphql-polylang.php"
configFile: "tests/_data/config.php"