From d9f795d5fd01e890f169b395ea53f6d55471aba2 Mon Sep 17 00:00:00 2001 From: skudryashov Date: Thu, 5 Sep 2019 16:56:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20json=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=B0=20=D1=81=20=D0=BD=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=B9=D0=BA=D0=B0=D0=BC=D0=B8=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20commandInterface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/smoke/smoke.example.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tests/smoke/smoke.example.json b/tests/smoke/smoke.example.json index 4ac36756a..4e69b9531 100644 --- a/tests/smoke/smoke.example.json +++ b/tests/smoke/smoke.example.json @@ -66,5 +66,27 @@ "FoxyLink.*" ], "ExcludedCommonModules": ["SocialNetworks_ExchangeServer"] + }, + "CommandInterface": { + "СтрогийПорядокВыполнения": true, + "Справочники": + [ + "ПростойСправочник.Форма.ФормаВыбора" + ] + , + "Документы": false, + "Отчеты": [ + "Отчет1", + "КомпоновкаТест" + ], + "Обработки": [ + "xddGuidShow", + "ТестОбработка_Форма_ИсключениеПриОткрытии", + "СериализаторMXL.Форма.УправляемаяФорма" + ], + "БизнесПроцессы": [ + "БизнесПроцесс2" + ] + } }