1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/ext/websocket/autobahn/fuzzingclient.json
Divy Srivastava 89160e7cd8
chore(ext/websocket): readd autobahn|testsuite fuzzingclient (#18903)
This reverts commit
17d1c7e444.

The `Deno.serve` signature update in
https://github.com/denoland/deno/pull/18759 broke the testee server
right after this patch landed on `main`.
2023-05-01 14:37:32 +02:00

26 lines
343 B
JSON

{
"outdir": "./reports/servers",
"servers": [
{
"agent": "deno_websocket",
"url": "ws://localhost:6969"
}
],
"cases": [
"1.*",
"2.*",
"3.*",
"4.*",
"5.*",
"6.*",
"7.*",
"9.*",
"10.*"
],
"exclude-cases": [
"11.*",
"12.*",
"13.*"
],
"exclude-agent-cases": {}
}