1
0

Добавлен smoke -> xddConfigPath

This commit is contained in:
Nikita Fedkin
2021-12-03 17:40:34 +03:00
parent 4a770546b4
commit e711293e79
5 changed files with 20 additions and 6 deletions

View File

@@ -52,6 +52,7 @@
},
"smoke": {
"vrunnerSettings": "./tools/vrunner.json",
"xddConfigPath": "./tools/xUnitParams.json",
"publishToAllureReport": false,
"publishToJUnitReport": true
},

View File

@@ -160,6 +160,10 @@
"type" : "string",
"description" : "Путь к конфигурационному файлу vanessa-runner.\n По умолчанию содержит значение \"./tools/vrunner.json\".\n "
},
"xddConfigPath" : {
"type" : "string",
"description" : "Путь к конфигурационному файлу для xddTestRunner.\n По умолчанию содержит значение \"./tools/xUnitParams.json\".\n "
},
"publishToAllureReport" : {
"type" : "boolean",
"description" : "Выполнять публикацию результатов в отчет Allure.\n По умолчанию выключено.\n "