This repository was archived by the owner on Aug 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcodeception.yml
99 lines (93 loc) · 2.6 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
strict_xml: true
coverage:
enabled: true
whitelist:
include:
- src/*
modules:
config:
Codeception\Extension\BrowserMob:
host: 'localhost'
port: 9090
env:
default:
autostart:
modules:
config:
Codeception\Extension\BrowserMob:
autostart: true
blacklist:
modules:
config:
Codeception\Extension\BrowserMob:
autostart: true
blacklist:
code: 404
patterns:
- 'http://google.com/.*'
- 'yahoo.com'
whitelist:
modules:
config:
Codeception\Extension\BrowserMob:
autostart: true
whitelist:
code: 404
patterns:
- 'http://codeception.com/'
limits:
modules:
config:
Codeception\Extension\BrowserMob:
autostart: true
limits:
downstreamKbps: 12
upstreamKbps: 12
latency: 1
timeouts:
modules:
config:
Codeception\Extension\BrowserMob:
autostart: true
timeouts:
request: 10
read: 10
connection: 10
dns: 10
proxydns:
modules:
config:
Codeception\Extension\BrowserMob:
autostart: true
dns:
- domain: example.local
ip: 127.0.0.1
- domain: wikipedia.org
ip: 192.168.1.1
basicAuth:
modules:
config:
Codeception\Extension\BrowserMob:
autostart: true
basicAuth:
- domain: example.local
options:
username: myUsername
password: myPassword
retry:
modules:
config:
Codeception\Extension\BrowserMob:
autostart: true
retry: 3