
Use variable to connect in clientRunner Use new(ish) `host.docker.internal` address provided by Docker to connect to host machine Run client tests port 9002 so suites can be run concurrently
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"url": "ws://127.0.0.1:9002"
|
|
, "options": {
|
|
"failByDrop": false
|
|
}
|
|
, "outdir": "./reports/clients"
|
|
, "cases": ["*"]
|
|
, "exclude-cases": ["12.*", "13.*"]
|
|
, "exclude-agent-cases": {}
|
|
}
|