
Use strict ContextInterface instead of event emitter Keep message/frame within connection, not parser Expect only 1 of specific WebSocket headers Non-UTF-8 server tests passing :-)
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"options": {"failByDrop": false},
|
|
"outdir": "./reports/servers",
|
|
|
|
"servers": [
|
|
{"agent": "AutobahnServer",
|
|
"url": "ws://localhost:9001",
|
|
"options": {"version": 18}}
|
|
],
|
|
"cases": ["*"],
|
|
"exclude-cases": ["12.*","13.*"],
|
|
"exclude-agent-cases": {}
|
|
}
|