Add Autobahn testing non-SSL and SSL
This commit is contained in:
parent
ba73b8882d
commit
0198d5cc8c
3 changed files with 93 additions and 0 deletions
17
tests/fuzzingclient.json
Normal file
17
tests/fuzzingclient.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
{
|
||||
"outdir": "./reports/servers",
|
||||
"servers": [
|
||||
{
|
||||
"url": "ws://localhost:9001",
|
||||
"agent": "uWebSockets.js non-SSL, compression 2"
|
||||
},
|
||||
{
|
||||
"url": "wss://localhost:9002",
|
||||
"agent": "uWebSockets.js SSL, compression 2"
|
||||
}
|
||||
],
|
||||
"cases": ["*.*"],
|
||||
"exclude-cases": [],
|
||||
"exclude-agent-cases": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue