Skip to content

Commit

Permalink
Обновил конфигурацию yaxunit
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 dfcb661 commit 7e45f2d
Show file tree
Hide file tree
Showing 261 changed files with 26 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions tools/yaxunit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"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"
}

0 comments on commit 7e45f2d

Please sign in to comment.