mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
27 lines
343 B
JSON
27 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": {}
|
||
|
}
|