1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/ext/websocket/autobahn/fuzzingclient.json

27 lines
343 B
JSON
Raw Normal View History

{
"outdir": "./reports/servers",
"servers": [
{
"agent": "deno_websocket",
"url": "ws://localhost:6969"
}
],
"cases": [
"1.*",
"2.*",
"3.*",
"4.*",
"5.*",
"6.*",
"7.*",
"9.*",
"10.*"
],
"exclude-cases": [
"11.*",
"12.*",
"13.*"
],
"exclude-agent-cases": {}
}