mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-16 03:25:02 +00:00
* Run WebSocket Autobahn test for all Jetty, Javax and Core APIs Signed-off-by: Lachlan Roberts <lachlan@webtide.com> Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"options": {
|
|
"failByDrop": false
|
|
},
|
|
"outdir": "./target/reports/servers",
|
|
"servers": [
|
|
{
|
|
"agent": "jetty-autobahn-test",
|
|
"url": "ws://host.testcontainers.internal:9001",
|
|
"options": {
|
|
"version": 18
|
|
}
|
|
}
|
|
],
|
|
"cases": ["*"],
|
|
"exclude-cases": [],
|
|
"exclude-agent-cases": {}
|
|
}
|