We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fa447 commit fa3c588Copy full SHA for fa3c588
_examples/autobahn/config/fuzzingclient.json
@@ -0,0 +1,29 @@
1
+{
2
+ "cases": ["*"],
3
+ "exclude-cases": [],
4
+ "exclude-agent-cases": {},
5
+ "outdir": "/reports",
6
+ "options": { "failByDrop": false },
7
+ "servers": [
8
+ {
9
+ "agent": "ReadAllWriteMessage",
10
+ "url": "ws://host.docker.internal:9000/m"
11
+ },
12
13
+ "agent": "ReadAllWritePreparedMessage",
14
+ "url": "ws://host.docker.internal:9000/p"
15
16
17
+ "agent": "CopyFull",
18
+ "url": "ws://host.docker.internal:9000/f"
19
20
21
+ "agent": "ReadAllWrite",
22
+ "url": "ws://host.docker.internal:9000/r"
23
24
25
+ "agent": "CopyWriterOnly",
26
+ "url": "ws://host.docker.internal:9000/c"
27
+ }
28
+ ]
29
+}
0 commit comments