Skip to content

Commit

Permalink
Добавил файлы настройки запуска через vanessa-runner #678
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Jul 6, 2017
1 parent 8827437 commit 381ccdb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/vrunner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"default": {
"--ibname": "/F./build/ib",
"--db-user": "Admin",
"--db-pwd": "",
"--ordinaryapp": "0"
},
"xunit": {
"--xddConfig": "tools/xUnitParams.json",
"testsPath": "tests/smoke",
"--reportsxunit": "ГенераторОтчетаJUnitXML{build/junit.xml};ГенераторОтчетаAllureXML{build/allure.xml}",
"--xddExitCodePath": "build/xddExitCodePath.txt",
"--workspace": ".",
"--pathxunit": "xddTestRunner.epf",
"--additional": "/DisplayAllFunctions /L ru"
}
}
14 changes: 14 additions & 0 deletions tools/xUnitParams.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"smoke": {
"Справочники": {
"Списки": [
],
"Новые": [
]
},
"Отчеты": [
],
"Обработки": [
]
}
}

0 comments on commit 381ccdb

Please sign in to comment.