forked from vanessa-opensource/vanessa-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
338 additions
and
70 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# language: ru | ||
|
||
Функционал: Проверка синтаксиса | ||
Как Разработчик/Инженер по тестированию | ||
Я Хочу иметь возможность автоматической проверки синтаксиса конфигурации | ||
Чтобы удостовериться в качестве подготовленной конфигурации | ||
|
||
Контекст: | ||
Допустим я подготовил репозиторий и рабочий каталог проекта | ||
И я подготовил рабочую базу проекта "./build/ib" по умолчанию | ||
|
||
Сценарий: Синтаксическая проверка временной файловой базы | ||
# Допустим я включаю отладку лога с именем "oscript.app.vanessa-runner" | ||
Допустим Я очищаю параметры команды "oscript" в контексте | ||
|
||
Когда Я добавляю параметр "<КаталогПроекта>/src/main.os syntax-check" для команды "oscript" | ||
И Я добавляю параметр "--ibname /Fbuild/ib" для команды "oscript" | ||
И Я добавляю параметр "--mode -ThinClient -WebClient -Server -ExternalConnection -ThickClientOrdinaryApplication" для команды "oscript" | ||
Когда Я выполняю команду "oscript" | ||
# И Я сообщаю вывод команды "oscript" | ||
Тогда Вывод команды "oscript" содержит | ||
# | /CheckConfig -ThinClient -WebClient -Server -ExternalConnection -ThickClientOrdinaryApplication | | ||
| Результат синтакс-контроля: Ошибок не обнаружено | | ||
|
||
И Код возврата команды "oscript" равен 0 | ||
# Тогда в лог-файле запуска продукта есть строка 'testsuite name="Синтаксическая проверка конфигурации"' | ||
|
||
Сценарий: Синтаксическая проверка временной файловой базы c результатами в формате JUnit | ||
# Допустим я включаю отладку лога с именем "oscript.app.vanessa-runner" | ||
Допустим Я очищаю параметры команды "oscript" в контексте | ||
|
||
Когда Я добавляю параметр "<КаталогПроекта>/src/main.os syntax-check" для команды "oscript" | ||
И Я добавляю параметр "--junitpath junit.xml" для команды "oscript" | ||
И Я добавляю параметр "--ibname /Fbuild/ib" для команды "oscript" | ||
И Я добавляю параметр "--mode -ThinClient -WebClient -Server -ExternalConnection -ThickClientOrdinaryApplication" для команды "oscript" | ||
Когда Я выполняю команду "oscript" | ||
# И Я сообщаю вывод команды "oscript" | ||
Тогда Вывод команды "oscript" содержит | ||
# | /CheckConfig -ThinClient -WebClient -Server -ExternalConnection -ThickClientOrdinaryApplication | | ||
| Результат синтакс-контроля: Ошибок не обнаружено | | ||
| Сформированы результаты проверки в формате JUnit.xml - junit.xml | | ||
|
||
И Код возврата команды "oscript" равен 0 | ||
# Тогда в лог-файле запуска продукта есть строка 'testsuite name="Синтаксическая проверка конфигурации"' |
This file contains 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 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 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
Oops, something went wrong.