mirror of
https://github.com/firstBitSportivnaya/PSSL.git
synced 2026-04-24 20:56:21 +02:00
b26450439c
* Доработаны настройки сборки, добавлены автотесты, удалены некорректные настройки форм
20 lines
724 B
JSON
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"
|
|
}
|
|
}
|