forked from Segate-ekb/1c_OpenApi_validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.json.example
29 lines (29 loc) · 949 Bytes
/
env.json.example
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
{
"$schema": "https://raw.githubusercontent.com/vanessa-opensource/vanessa-runner/develop/vanessa-runner-schema.json",
"default": {
"--ibconnection": "/Fbuild/ib",
"--db-user": "",
"--db-pwd": "",
"--root": ".",
"--workspace": ".",
"--v8version": "8.3.24.1548",
"--locale": "ru",
"--language": "ru",
"--additional": "/DisplayAllFunctions /Lru /iTaxi /TESTMANAGER",
"--ordinaryapp": "-1"
},
"syntax-check": {
"--groupbymetadata": true,
"--exception-file": "tools/syntax-check-excludes.txt",
"--junitpath": "out/syntax-check/junit/junit.xml",
"--allure-results2": "out/syntax-check/allure",
"--mode": [
"-ExtendedModulesCheck",
"-ThinClient",
"-WebClient",
"-Server",
"-ExternalConnection",
"-ThickClientOrdinaryApplication"
]
}
}