-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeception.yml
46 lines (41 loc) · 1.03 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
suites:
unit:
path: ./unit/
acceptance:
actor: AcceptanceTester
path: ./acceptance/
modules:
enabled:
- WebDriver
- \Helper\Acceptance
config:
WebDriver:
url: http://nginx/
host: selenium
port: 4444
browser: chrome
step_decorators:
- Codeception\Step\ConditionalAssertion
- Codeception\Step\TryTo
- Codeception\Step\Retry
api:
actor: ApiTester
path: ./api/
modules:
enabled:
- REST:
url: &url http://nginx/
depends: PhpBrowser
config:
PhpBrowser:
url: *url
headers:
X-ENVIRONMENT: test
settings:
shuffle: true
lint: true
paths:
tests: tests
output: tests/_output
support: tests/_support
data: tests