From 381ccdbc9632adb574e6dbcf33e6ddacdf0e8780 Mon Sep 17 00:00:00 2001 From: Artur Ayukhanov Date: Thu, 6 Jul 2017 16:47:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=BD=D0=B0=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20vanessa-runner=20#678?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/vrunner.json | 17 +++++++++++++++++ tools/xUnitParams.json | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 tools/vrunner.json create mode 100644 tools/xUnitParams.json diff --git a/tools/vrunner.json b/tools/vrunner.json new file mode 100644 index 00000000..2ac6884a --- /dev/null +++ b/tools/vrunner.json @@ -0,0 +1,17 @@ +{ + "default": { + "--ibname": "/F./build/ib", + "--db-user": "Admin", + "--db-pwd": "", + "--ordinaryapp": "0" + }, + "xunit": { + "--xddConfig": "tools/xUnitParams.json", + "testsPath": "tests/smoke", + "--reportsxunit": "ГенераторОтчетаJUnitXML{build/junit.xml};ГенераторОтчетаAllureXML{build/allure.xml}", + "--xddExitCodePath": "build/xddExitCodePath.txt", + "--workspace": ".", + "--pathxunit": "xddTestRunner.epf", + "--additional": "/DisplayAllFunctions /L ru" + } +} \ No newline at end of file diff --git a/tools/xUnitParams.json b/tools/xUnitParams.json new file mode 100644 index 00000000..cca5a557 --- /dev/null +++ b/tools/xUnitParams.json @@ -0,0 +1,14 @@ +{ + "smoke": { + "Справочники": { + "Списки": [ + ], + "Новые": [ + ] + }, + "Отчеты": [ + ], + "Обработки": [ + ] + } +} \ No newline at end of file