0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Don't run long test suites by default

The examples test suite is only useful once in a while
in order to know whether examples were broken, for example
before issuing a release.

The new ws_autobahn test suite isolates the autobahn test
suite so that it can be ignored by default. It's only
useful to run it when working on the Websocket code or
before issuing a release.
This commit is contained in:
Loïc Hoguin 2018-11-20 13:23:59 +01:00
parent 386df43ea4
commit 7b5da29019
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
4 changed files with 96 additions and 48 deletions

View file

@ -0,0 +1,14 @@
{
"options": {"failByDrop": false},
"enable-ssl": false,
"servers": [{
"agent": "Cowboy",
"url": "ws://localhost:33080/ws_echo",
"options": {"version": 18}
}],
"cases": ["*"],
"exclude-cases": [],
"exclude-agent-cases": {}
}