mirror of
https://github.com/status-im/nim-websock.git
synced 2025-02-17 11:56:46 +00:00
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"outdir": "./reports/servers",
|
|
"servers": [
|
|
{
|
|
"agent": "nim-ws example server",
|
|
"url": "ws://127.0.0.1:8888/ws"
|
|
}
|
|
],
|
|
"cases": ["*"],
|
|
"exclude-cases": ["6.*", "9.*", "12.*", "13.*"],
|
|
"exclude-agent-cases": {}
|
|
}
|