Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
771 blopes 1
{
2
   "options": {"failByDrop": false},
3
   "outdir": "./reports/servers",
4
 
5
   "servers": [
6
                {"agent": "Basic",
7
                 "url": "ws://localhost:8080/examples/websocket/echoAnnotation",
8
                 "options": {"version": 18}},
9
                {"agent": "Stream",
10
                 "url": "ws://localhost:8080/examples/websocket/echoStreamAnnotation",
11
                 "options": {"version": 18}},
12
                {"agent": "Async",
13
                 "url": "ws://localhost:8080/examples/websocket/echoAsyncAnnotation",
14
                 "options": {"version": 18}}
15
              ],
16
 
17
   "cases": ["*"],
18
   "exclude-cases": [],
19
   "exclude-agent-cases": {}
20
}