mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-11 11:19:08 +02:00
37a219f8a9
* add params * rewrite and add params * fix options merge * fix command * switch to ArrayList * fix junit reports * fix yaxunit config * fix yaxunit config * fix yaxunit config paths * add allure * fix allure * fix public * fix static * copy allure * publish options * schema upd
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"
|
|
} |