We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133cafa commit dbe35ebCopy full SHA for dbe35eb
1 file changed
test/fuzzingclient.json
@@ -0,0 +1,28 @@
1
+{
2
+ "options": {"failByDrop": false},
3
+ "outdir": "./reports/servers",
4
+
5
+ "servers": [
6
7
+ {"agent": "CherryPy 3.2.2",
8
+ "url": "ws://127.0.0.1:9000",
9
+ "options": {"version": 13}},
10
11
+ {"agent": "gevent 1.0.0b",
12
+ "url": "ws://127.0.0.1:9001",
13
14
15
+ {"agent": "Tornado 2.2",
16
+ "url": "ws://127.0.0.1:9002",
17
18
19
+ {"agent": "Autobahn 0.5.0",
20
+ "url": "ws://127.0.0.1:9003",
21
+ "options": {"version": 13}}
22
23
+ ],
24
25
+ "cases": ["*"],
26
+ "exclude-cases": [],
27
+ "exclude-agent-cases": {}
28
+}
0 commit comments