-
Notifications
You must be signed in to change notification settings - Fork 1
/
codeception.dist.yml
44 lines (44 loc) · 1.39 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
namespace: Tests
support_namespace: Support
paths:
tests: tests
data: tests/_data
output: tests/_output
log: tests/_output
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
settings:
colors: true
memory_limit: 1024M
params:
- tests/.env
extensions:
enabled:
- "Codeception\\Extension\\RunFailed"
- "lucatume\\WPBrowser\\Extension\\ChromeDriverController"
- "lucatume\\WPBrowser\\Extension\\DockerComposeController"
commands:
- "lucatume\\WPBrowser\\Command\\RunOriginal"
- "lucatume\\WPBrowser\\Command\\RunAll"
- "lucatume\\WPBrowser\\Command\\GenerateWPUnit"
- "lucatume\\WPBrowser\\Command\\DbExport"
- "lucatume\\WPBrowser\\Command\\DbImport"
- "lucatume\\WPBrowser\\Command\\DevStart"
- "lucatume\\WPBrowser\\Command\\DevStop"
- "lucatume\\WPBrowser\\Command\\DevInfo"
- "lucatume\\WPBrowser\\Command\\DevRestart"
- "lucatume\\WPBrowser\\Command\\ChromedriverUpdate"
config:
"lucatume\\WPBrowser\\Extension\\BuiltInServerController":
suites:
- Acceptance
docroot: "%WORDPRESS_ROOT_DIR%"
port: "%WORDPRESS_LOCALHOST_PORT%"
workers: 5
"lucatume\\WPBrowser\\Extension\\ChromeDriverController":
port: "%CHROMEDRIVER_PORT%"
binary: "%CHROMEDRIVER_BINARY%"
"lucatume\\WPBrowser\\Extension\\DockerComposeController":
compose-file: docker-compose.yml
env-file: tests/.env