This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Область ПрограммныйИнтерфейс | |
&НаКлиенте | |
Функция Отладить() Экспорт | |
ПоказатьПредупреждение(, "Я форма теста: я поддерживаю отладку"); | |
КонецФункции |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node { | |
def UserTest = load "../${JOB_NAME}@script/Jenkinsfiles.16x/UserTest.groovy" | |
UserTest.doUserTest('"Абнагимова (продажи)"::1540') | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&НаКлиенте | |
Перем КонтекстЯдра; | |
&НаКлиенте | |
Перем Утверждения; | |
&НаСервере | |
Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка) | |
ВнешниеОбработки.Создать("C:\xUnitFor1C\xddTestRunner.epf", Ложь); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&НаКлиенте | |
Перем КонтекстЯдра; | |
&НаКлиенте | |
Перем Утверждения; | |
&НаКлиенте | |
Процедура Инициализация(КонтекстЯдраПараметр) Экспорт | |
КонтекстЯдра = КонтекстЯдраПараметр; | |
Утверждения = КонтекстЯдра.Плагин("БазовыеУтверждения"); | |
КонецПроцедуры |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node { | |
stage('Создание пустой базы и обновление из хранилища') { | |
env.RUNNER_V8VERSION='8.3.10.2505' | |
env.RUNNER_IBNAME="/F${env.WORKSPACE}/build/ib" | |
cmd("runner init-dev --storage --storage-name tcp://storage.local/master --storage-user Мороз") | |
} | |
stage('Проверка логической целостности конфигурации') { | |
cmd_failsafe('runner checkconfig --junitpath build/out/ConfigLogIntegrity.xml --mode -ConfigLogIntegrity') | |
step([$class: 'JUnitResultArchiver', testResults: '**/ConfigLogIntegrity.xml']) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Перем КонтекстЯдра; | |
Перем Ожидаем; | |
Перем Утверждения; | |
Перем ТестируемаяФорма; | |
Перем НужноИсключениеЕслиНеНайденоДокументов; | |
//{ интерфейс тестирования | |
// директива препроцессора нужна для исключения ошибки загрузки в толстом клиенте управляемого приложения |
NewerOlder