mirror of
https://github.com/firstBitSportivnaya/PSSL.git
synced 2024-11-19 17:51:57 +02:00
45faad37f8
Добавлены тесты YaxUnit и Vanessa Automation, настроены шаги сборки, добавлено руководство по добавлению юнит-тестов
38 lines
926 B
JSON
38 lines
926 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/firstBitMarksistskaya/jenkins-lib/develop/resources/schema.json",
|
|
"stages": {
|
|
"initSteps": true,
|
|
"syntaxCheck": true,
|
|
"smoke": true,
|
|
"yaxunit": true,
|
|
"telegram": true,
|
|
"bdd": true
|
|
},
|
|
"sourceFormat": "designer",
|
|
"srcDir": "src/cf",
|
|
"initInfobase": {
|
|
"initMethod": "fromSource",
|
|
"extensions": [
|
|
{
|
|
"name": "YAXUnit",
|
|
"initMethod": "fromSource",
|
|
"path": "src/cfe/YAXUnit",
|
|
"stages": ["yaxunit"]
|
|
}
|
|
]
|
|
},
|
|
"smoke": {
|
|
"publishToAllureReport": false,
|
|
"publishToJUnitReport": true
|
|
},
|
|
"yaxunit": {
|
|
"publishToAllureReport": false,
|
|
"publishToJUnitReport": true
|
|
},
|
|
"notifications": {
|
|
"telegram": {
|
|
"onAlways":true
|
|
}
|
|
}
|
|
}
|