-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.json
More file actions
28 lines (27 loc) · 1.15 KB
/
env.json
File metadata and controls
28 lines (27 loc) · 1.15 KB
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
{
"$schema": "https://raw.githubusercontent.com/silverbulleters/vanessa-runner/develop/vanessa-runner-schema.json",
"default": {
"--ibconnection": "/F./build/ib",
"--db-user": "Администратор",
"--db-pwd": "",
"--v8version": "8.3.18",
"--additional": "/DisplayAllFunctions /Lru /iTaxi",
"--workspace": ".",
"--ordinaryapp": "-1"
},
"xunit": {
"--xddConfig": "./tools/JSON/smoke all off.json",
"testsPath": "$addRoot/tests",
"--reportsxunit": "ГенераторОтчетаJUnitXML{out/smoke/junit/junit.xml};ГенераторОтчетаAllureXMLВерсия2{out/smoke/allure/allure.xml}",
"--xddExitCodePath": "./build/xddExitCodePath.txt"
},
"vanessa": {
"--vanessasettings": "./tools/JSON/VanessaAdd.json",
"--pathvanessa": "C:/Program Files/OneScript/lib/vanessa-automation/vanessa-automation.epf"
},
"syntax-check": {
"--junitpath": "out/syntax-check/junit/junit.xml",
"--allure-results2": "out/syntax-check/allure",
"--mode": ["-ExtendedModulesCheck", "-ThinClient", "-WebClient", "-Server"]
}
}