FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeception-browsermob/codeception.yml at master · edno/codeception-browsermob · GitHub
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
edno
/
codeception-browsermob
Public archive
Notifications
You must be signed in to change notification settings
Fork
3
Star
8
Code
Issues
6
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
codeception-browsermob
/
codeception.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
99 lines (93 loc) · 2.6 KB
Breadcrumbs
codeception-browsermob
/
codeception.yml
Copy path
File metadata and controls
99 lines (93 loc) · 2.6 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Back
|
FazBrowse Home
|
New Git URL