forked from vanessa-opensource/vanessa-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.json
38 lines (38 loc) · 1.36 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
{
"$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.16",
"--locale": "ru",
"--language": "ru",
"--additional": "/DisplayAllFunctions /Lru /iTaxi /TESTMANAGER",
"--ordinaryapp": "-1"
},
"vanessa": {
"--vanessasettings": "./tools/JSON/vanessaBddConf.json"
},
"xunit": {
"--xddConfig": "./tools/JSON/vanessaTddConf.json",
"testsPath": "$addRoot/tests/smoke",
"--reportsxunit": "ГенераторОтчетаJUnitXML{out/smoke/junit/junit.xml};ГенераторОтчетаAllureXMLВерсия2{out/smoke/allure/allure.xml}",
"--xddExitCodePath": "./build/xddExitCodePath.txt"
},
"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"
]
}
}