aspnetcore/samples/AutobahnTestAppAspNet4/wstest-spec.json

14 lines
321 B
JSON

{
"options": { "failByDrop": false },
"outdir": "./bin/wstest-report",
"servers": [
{
"agent": "ASP.NET 4",
"url": "ws://localhost:29392/EchoSocket.ashx",
"options": { "version": 18 }
}
],
"cases": ["*"],
"exclude-cases": ["12.*", "13.*"],
"exclude-agent-cases": {}
}