Skip to content

Commit 381ccdb

Browse files
committed
Добавил файлы настройки запуска через vanessa-runner #678
1 parent 8827437 commit 381ccdb

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

tools/vrunner.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"default": {
3+
"--ibname": "/F./build/ib",
4+
"--db-user": "Admin",
5+
"--db-pwd": "",
6+
"--ordinaryapp": "0"
7+
},
8+
"xunit": {
9+
"--xddConfig": "tools/xUnitParams.json",
10+
"testsPath": "tests/smoke",
11+
"--reportsxunit": "ГенераторОтчетаJUnitXML{build/junit.xml};ГенераторОтчетаAllureXML{build/allure.xml}",
12+
"--xddExitCodePath": "build/xddExitCodePath.txt",
13+
"--workspace": ".",
14+
"--pathxunit": "xddTestRunner.epf",
15+
"--additional": "/DisplayAllFunctions /L ru"
16+
}
17+
}

tools/xUnitParams.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"smoke": {
3+
"Справочники": {
4+
"Списки": [
5+
],
6+
"Новые": [
7+
]
8+
},
9+
"Отчеты": [
10+
],
11+
"Обработки": [
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)