mirror of
https://github.com/firstBitSportivnaya/PSSL.git
synced 2025-01-26 03:52:13 +02:00
45faad37f8
Добавлены тесты YaxUnit и Vanessa Automation, настроены шаги сборки, добавлено руководство по добавлению юнит-тестов
26 lines
517 B
JSON
26 lines
517 B
JSON
{
|
|
"reportPath": "./build/out/yaxunit/junit.xml",
|
|
"closeAfterTests": true,
|
|
"filter": {
|
|
"extensions": [
|
|
"YAXUNIT"
|
|
],
|
|
"modules": null,
|
|
"suites": null,
|
|
"tags": null,
|
|
"contexts": null,
|
|
"paths": null,
|
|
"tests": null
|
|
},
|
|
"settings": {
|
|
"ВТранзакции": true
|
|
},
|
|
"reportFormat": "jUnit",
|
|
"showReport": false,
|
|
"logging": {
|
|
"file": "./build/out/yaxunit/log.txt",
|
|
"enable": false,
|
|
"level": "debug"
|
|
},
|
|
"exitCode": "./build/out/yaxunit/result.txt"
|
|
} |