1
0
mirror of https://github.com/jugatsu/onec-cicd.git synced 2024-11-16 07:09:36 +02:00

Add config files for oscript-utils

This commit is contained in:
Anton Kvashenkin 2019-06-16 22:47:55 +03:00
parent 633e055a1e
commit fc1e8a268f
3 changed files with 47 additions and 0 deletions

15
config/utils/vRunner.json Normal file
View File

@ -0,0 +1,15 @@
{ "$schema": "https://raw.githubusercontent.com/silverbulleters/vanessa-runner/develop/vanessa-runner-schema.json",
"default": {
"--workspace": "/add"
},
"vanessa": {
"--vanessasettings": "/config/vanessaConf.json"
},
"xunit": {
"--xddConfig": "./config/xddTestRunnerConf.json",
"testsPath": "$addroot/tests/smoke",
"--reportsxunit": "ГенераторОтчетаJUnitXML{out/junit/smoke.xml};ГенераторОтчетаAllureXMLВерсия2{out/allure/allure-smoke.xml}",
"--xddExitCodePath": "./xddExitCodePath.txt"
}
}

View File

@ -0,0 +1,24 @@
{ "$schema":"https://raw.githubusercontent.com/silverbulleters/vanessa-runner/develop/behavior-schema.json",
"ВыполнитьСценарии": true,
"ЗавершитьРаботуСистемы": true,
"ЗакрытьTestClientПослеЗапускаСценариев": true,
"КаталогФич": "$workspaceRoot/features",
"СписокТеговИсключение": [
"IgnoreOnCIMainBuild",
"FirstStart",
"Draft"
],
"КаталогиБиблиотек": [
"./features/Libraries",
"$instrumentsRoot/./features/libraries"
],
"ДелатьОтчетВФорматеjUnit": true,
"ДелатьОтчетВФорматеАллюр": true,
"КаталогOutputAllureБазовый": "$workspaceRoot/out/addallure.xml",
"КаталогOutputjUnit": "$workspaceRoot/./out/junit/addJunitReport.xml",
"ВыгружатьСтатусВыполненияСценариевВФайл": true,
"ПутьКФайлуДляВыгрузкиСтатусаВыполненияСценариев": "$workspaceRoot/out/vbStatus.log",
"ДелатьЛогВыполненияСценариевВТекстовыйФайл": true,
"ИмяФайлаЛогВыполненияСценариев": "$workspaceRoot/out/vbOnline.log"
}

View File

@ -0,0 +1,8 @@
{
"smoke": {
"ВыводитьСообщенияВЖурналРегистрации": true,
"СтрогийПорядокВыполнения": true,
"ИсключитьФормыЗависящиеОтОтключенныхФункциональныхОпций": true,
"СпособГруппировки": "ПоВидуОбъекта"
}
}