aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/net/websocket/tests/autobahn/fuzzing_server/config/fuzzingserver.json
blob: 3b044a12455e61b2ce6e5371a6b6a5825b8a4da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "url": "ws://127.0.0.1:9001",
    "outdir": "./reports/clients",
    "cases": [
        "*"
    ],
    "exclude-cases": [
        "9.*",
        "11.*",
        "12.*",
        "13.*"
    ],
    "exclude-agent-cases": {}
}