-
Notifications
You must be signed in to change notification settings - Fork 13
/
env.json
46 lines (46 loc) · 1.48 KB
/
env.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"$schema": "https://raw.githubusercontent.com/vanessa-opensource/vanessa-runner/develop/vanessa-runner-schema.json",
"default": {
"--ibconnection": "/Fbase\\",
"--db-user": "",
"--db-pwd": "",
"--v8version": "8.3.18",
"--additional": "/DisplayAllFunctions /Lru /iTaxi",
"--workspace": ".",
"--ordinaryapp": "-1"
},
"xunit": {
"testsPath": "./tests",
"--xddConfig": "./tools/JSON/settingsSmoke.json",
"--reportsxunit": "ГенераторОтчетаAllureXMLВерсия2{allure/smoke/allure.xml}",
"--xddExitCodePath": "./build/xddExitCodePath.txt",
"--testclient": "::1538"
},
"syntax-check": {
"--allure-results2": "allure/syntax-check",
"--groupbymetadata": true,
"--exception-file": "./tools/syntax_check_exception.txt",
"--mode": [
"-ExtendedModulesCheck",
"-ThinClient",
"-WebClient",
"-Server",
"-AllExtensions"
]
},
"init-project": {
"ШаблонПроекта": {
"Использовать": true,
"Репозиторий": "https://github.com/leobrn/ones-smoke-allure.git"
},
"Пакеты": [
{
"Имя": "compile",
"Использовать": true,
"Установка": [
"compileEpf.cmd"
]
}
]
}
}