-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.yml
More file actions
38 lines (38 loc) · 1.27 KB
/
Copy pathcodeception.yml
File metadata and controls
38 lines (38 loc) · 1.27 KB
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
namespace: Aztec\WPBrowser\Tests
support_namespace: Support
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
- lucatume\WPBrowser\Extension\BuiltInServerController
- lucatume\WPBrowser\Extension\ChromeDriverController
config:
lucatume\WPBrowser\Extension\BuiltInServerController:
suites:
- 'Aztec\WPBrowser\Tests.acceptance'
docroot: '%WP_DOCROOT%'
port: '%WP_SERVER_PORT%'
workers: '%WP_SERVER_WORKERS%'
lucatume\WPBrowser\Extension\ChromeDriverController:
suites:
- 'Aztec\WPBrowser\Tests.acceptance'
port: '%CHROMEDRIVER_PORT%'
binary: '%CHROMEDRIVER_BINARY%'
commands:
- lucatume\WPBrowser\Command\DevStart
- lucatume\WPBrowser\Command\DevStop
- lucatume\WPBrowser\Command\DevRestart
- lucatume\WPBrowser\Command\DevInfo
- lucatume\WPBrowser\Command\DbImport
- lucatume\WPBrowser\Command\DbExport
- lucatume\WPBrowser\Command\RunOriginal
- lucatume\WPBrowser\Command\RunAll
params:
- .env
bootstrap: bootstrap.php