We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8827437 commit 381ccdbCopy full SHA for 381ccdb
tools/vrunner.json
@@ -0,0 +1,17 @@
1
+{
2
+ "default": {
3
+ "--ibname": "/F./build/ib",
4
+ "--db-user": "Admin",
5
+ "--db-pwd": "",
6
+ "--ordinaryapp": "0"
7
+ },
8
+ "xunit": {
9
+ "--xddConfig": "tools/xUnitParams.json",
10
+ "testsPath": "tests/smoke",
11
+ "--reportsxunit": "ГенераторОтчетаJUnitXML{build/junit.xml};ГенераторОтчетаAllureXML{build/allure.xml}",
12
+ "--xddExitCodePath": "build/xddExitCodePath.txt",
13
+ "--workspace": ".",
14
+ "--pathxunit": "xddTestRunner.epf",
15
+ "--additional": "/DisplayAllFunctions /L ru"
16
+ }
17
+}
tools/xUnitParams.json
@@ -0,0 +1,14 @@
+ "smoke": {
+ "Справочники": {
+ "Списки": [
+ ],
+ "Новые": [
+ ]
+ "Отчеты": [
+ "Обработки": [
0 commit comments