Skip to content

Commit

Permalink
Поправил конфиги
Browse files Browse the repository at this point in the history
  • Loading branch information
Plehanov Stepan authored and Plehanov Stepan committed Apr 18, 2024
1 parent 1157263 commit 97f69d7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
37 changes: 13 additions & 24 deletions jobConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,25 @@
"initSteps": true,
"syntaxCheck": true,
"smoke": true,
"sonarqube": true,
"telegram": true
},
"timeout": {
"smoke": 300,
"bdd": 180,
"createInfoBase": 120,
"designerToEdtFormatTransformation": 120,
"edtToDesignerFormatTransformation": 120,
"edtValidate": 300,
"initInfoBase": 120,
"resultTransformation": 60,
"sonarqube": 150,
"syntaxCheck": 300,
"zipInfoBase": 120
"yaxunit": true,
"telegram": true,
"bdd": true
},
"sourceFormat": "designer",
"srcDir": "src",
"resultsTransform": {
"removeSupport": false
},
"sonarqube": {
"waitForQualityGate": true
},
"srcDir": "src/cf",
"initInfobase": {
"initMethod": "fromSource"
"initMethod": "fromSource",
"extensions": [
{
"name": "YAXUnit",
"initMethod": "fromSource",
"path": "src/cfe/YAXUnit"
}
]
},
"notifications": {
"telegram": {
"onAlways":true
}
}
}
}
8 changes: 4 additions & 4 deletions tools/VBParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"ВыполнитьСценарии": true,
"ЗавершитьРаботуСистемы": true,
"ЗакрытьTestClientПослеЗапускаСценариев": true,
"КаталогФич": "$workspaceRoot/feature/core",
"КаталогФич": "$workspaceRoot/features",
"КаталогиБиблиотек": [
"$workspaceRoot/feature/lib"
"$workspaceRoot/features/lib"
],
"СписокТеговИсключение": [
"IgnoreOnCIMainBuild",
Expand Down Expand Up @@ -56,7 +56,7 @@
"ПрикладыватьКОтчетуAllureДанныеОСостоянииВсехФорм": true,
"ПрикладыватьКОтчетуAllureДанныеОСетевыхСоединениях": false,
"ПрикладыватьКОтчетуAllureДанныеОПроцессахОС": false,
"КаталогОтносительноКоторогоНадоСтроитьИерархию": "$workspaceRoot/features/core",
"КаталогОтносительноКоторогоНадоСтроитьИерархию": "$workspaceRoot/features",
"ДанныеАллюрМеток": []
},
"ДелатьОтчетВФорматеjUnit": false,
Expand Down Expand Up @@ -97,4 +97,4 @@
"ИскатьЭлементыФормыПоИмени": false,
"ДобавлятьПриНакликиванииМетаИнформацию": false,
"ТегTreeВключенПоУмолчанию": true
}
}

0 comments on commit 97f69d7

Please sign in to comment.