-
Notifications
You must be signed in to change notification settings - Fork 107
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
26 changed files
with
327 additions
and
361 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# language: ru | ||
|
||
Функционал: Проверка разборки на исходники файла ./cf | ||
Как Разработчик/Инженер | ||
Я Хочу иметь возможность загружать файлы конфигурации | ||
Чтобы удостовериться в автоматизации сборки конфигурации из исходников | ||
|
||
Контекст: | ||
Допустим я подготовил репозиторий и рабочий каталог проекта | ||
И я подготовил рабочую базу проекта "./build/ib" по умолчанию | ||
И Я очищаю параметры команды "oscript" в контексте | ||
|
||
|
||
Сценарий: Запуск разборки конфигурации из исходников в файл cf. | ||
Допустим Я добавляю параметр "<КаталогПроекта>/src/main.os compile" для команды "oscript" | ||
И Я добавляю параметр "-s ./cf" для команды "oscript" | ||
И Я добавляю параметр "-o ./build/1Cv8.cf" для команды "oscript" | ||
Когда Я выполняю команду "oscript" | ||
# И Я сообщаю вывод команды "oscript" | ||
Тогда Вывод команды "oscript" содержит | ||
| Сохранение конфигурации успешно завершено | | ||
И Код возврата команды "oscript" равен 0 | ||
Допустим Я создаю каталог "build/cf" в рабочем каталоге | ||
И Я очищаю параметры команды "oscript" в контексте | ||
|
||
Допустим Я добавляю параметр "<КаталогПроекта>/src/main.os decompile" для команды "oscript" | ||
И Я добавляю параметр "-i ./build/1Cv8.cf" для команды "oscript" | ||
И Я добавляю параметр "-o ./build/cf/" для команды "oscript" | ||
И Я добавляю параметр "--ibconnection /F./build/ib" для команды "oscript" | ||
Когда Я выполняю команду "oscript" | ||
Тогда Вывод команды "oscript" содержит | ||
| Запускаю выгрузку конфигурации в исходники | | ||
| Выгрузка в исходники завершена | | ||
И каталог "build/cf" существует | ||
И файл "build/cf/Configuration.xml" существует | ||
|
||
Сценарий: Запуск выгрузки конфигурации из текущей конфигурации. | ||
Допустим Я добавляю параметр "<КаталогПроекта>/src/main.os compile" для команды "oscript" | ||
И Я добавляю параметр "-s ./cf" для команды "oscript" | ||
И Я добавляю параметр "-c" для команды "oscript" | ||
И Я добавляю параметр "--ibconnection /F./build/ib" для команды "oscript" | ||
Когда Я выполняю команду "oscript" | ||
Тогда Вывод команды "oscript" содержит | ||
| Загрузка конфигурации из файлов успешно завершена | | ||
И Код возврата команды "oscript" равен 0 | ||
И Я очищаю параметры команды "oscript" в контексте | ||
|
||
Допустим Я добавляю параметр "<КаталогПроекта>/src/main.os decompile --ibconnection /F./build/ib" для команды "oscript" | ||
И Я добавляю параметр "--ibconnection /F./build/ib" для команды "oscript" | ||
И Я добавляю параметр "-o ./build/cf/" для команды "oscript" | ||
Допустим Я создаю каталог "build/cf" в рабочем каталоге | ||
Когда Я выполняю команду "oscript" | ||
Тогда Вывод команды "oscript" содержит | ||
| Запускаю выгрузку конфигурации в исходники | | ||
| Выгрузка в исходники завершена | | ||
И каталог "build/cf" существует | ||
И файл "build/cf/Configuration.xml" существует |
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
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
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
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
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.