1
0

Исправление замечаний к PR в upstream (#17)

This commit is contained in:
Dima Ovcharenko
2023-07-17 13:41:57 +03:00
committed by Dima
parent a06a5e4515
commit 8dc051b3ae
15 changed files with 70 additions and 44 deletions

View File

@@ -84,8 +84,12 @@
},
"yaxunit": {
"vrunnerSettings": "./tools/vrunner.json",
"cfe": "https://github.com/bia-technologies/yaxunit/releases/download/23.05/YAXUNIT-23.05.cfe",
"extensionNames": ["YAXUNIT"],
"extensions": [
{
"name":"YAXUNIT",
"src": "https://github.com/bia-technologies/yaxunit/releases/download/23.05/YAXUNIT-23.05.cfe"
}
],
"configPath": "./tools/yaxunit.json",
"publishToAllureReport": false,
"publishToJUnitReport": true

View File

@@ -69,7 +69,7 @@
},
"yaxunit": {
"type": "boolean",
"description": "Юнит тесты"
"description" : "Запуск YAXUnit тестов включен"
},
"initSteps": {
"type": "boolean",
@@ -144,7 +144,7 @@
},
"yaxunit": {
"type": "integer",
"description": "Таймаут шага Юнит тестов, в минутах.\n По умолчанию содержит значение 240.\n "
"description" : "Таймаут шага YAXUnit тестов, в минутах.\n По умолчанию содержит значение 240.\n "
},
"sonarqube": {
"type": "integer",
@@ -301,7 +301,7 @@
"yaxunit": {
"type": "object",
"id": "urn:jsonschema:ru:pulsar:jenkins:library:configuration:YaxunitOptions",
"description": "Настройки юнит тестирования",
"description" : "Настройки YAXUnit",
"properties": {
"vrunnerSettings": {
"type": "string",