1
0
mirror of https://github.com/firstBitSportivnaya/PSSL.git synced 2026-04-24 20:56:21 +02:00
Files
PSSL/tools/vrunner.json
T
Ivan Smirnov b26450439c Доработка сборки, добавление сценарных автотестов (#171)
* Доработаны настройки сборки, добавлены автотесты, удалены некорректные настройки форм
2024-12-20 18:44:32 +03:00

20 lines
724 B
JSON

{
"$schema": "https://raw.githubusercontent.com/silverbulleters/vanessa-runner/develop/vanessa-runner-schema.json",
"default": {
"--ibconnection": "/F./build/ib",
"--db-user": "",
"--db-pwd": "",
"--workspace": ".",
"--ordinaryapp": "0",
"--additional": "/debug -http -attach /debuggerURL http://localhost:1550"
},
"vanessa": {
"--vanessasettings": "./tools/VBParams.json",
"--pathvanessa": "./oscript_modules/vanessa-automation-single/vanessa-automation-single.epf",
"--additional": "/DisplayAllFunctions /L ru"
},
"xunit": {
"--testclient-additional": "/debug -http -attach /debuggerURL http://localhost:1550"
}
}