1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/websockets/autobahn/config/fuzzingclient.json
2021-02-26 00:57:58 +00:00

16 lines
245 B
JSON

{
"outdir": "./reports/servers",
"servers": [
{
"agent": "actix-web-actors",
"url": "ws://host.docker.internal:9001"
}
],
"cases": ["*"],
"exclude-cases": [
"12.*",
"13.*"
],
"exclude-agent-cases": {}
}