-
Notifications
You must be signed in to change notification settings - Fork 18
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
17 changed files
with
278 additions
and
39 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 |
---|---|---|
|
@@ -8,3 +8,4 @@ bdd-log.xml | |
tests.xml | ||
bdd-lib.xml | ||
.scannerwork/ | ||
oscript_modules/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# language: ru | ||
|
||
Функционал: Вызов сценария, в реализации шага которого установлен статус | ||
Как Разработчик | ||
Я Хочу иметь возможность пропускать сценарий | ||
Чтобы иметь возможность создавать наборы тестов под разные окружения | ||
|
||
Контекст: Использование каталог тестовых фич | ||
Допустим установил каталог проекта "tests/fixtures" как текущий | ||
|
||
Сценарий: выполнение сценария останавливается после шага пропуска | ||
|
||
Когда проверка поведения фичи "ПропускСценария" с передачей параметра "-verbose off" закончилась с кодом возврата 0 | ||
Тогда в лог-файле запуска продукта есть строка "Не выполнялся" | ||
И в лог-файле запуска продукта отсутствует строка "я ничего не делаю" | ||
И в лог-файле запуска продукта есть строка | ||
""" | ||
1 Сценарий ( 0 Пройден, 0 Не реализован, 0 Сломался, 1 Не выполнялся ) | ||
2 Шаг ( 0 Пройден, 0 Не реализован, 0 Сломался, 2 Не выполнялся ) | ||
""" | ||
|
||
Сценарий: выполнение сценария останавливается после шага пропуска, следующий сценарий выполняется нормально | ||
|
||
Когда проверка поведения фичи "ПропускСценария2" с передачей параметра "-verbose off" закончилась с кодом возврата 0 | ||
Тогда в лог-файле запуска продукта есть строка "Не выполнялся" | ||
И в лог-файле запуска продукта есть строка "я ничего не делаю" | ||
И в лог-файле запуска продукта есть строка | ||
""" | ||
2 Сценарий ( 2 Пройден, 0 Не реализован, 0 Сломался, 0 Не выполнялся ) | ||
2 Шаг ( 1 Пройден, 0 Не реализован, 0 Сломался, 1 Не выполнялся ) | ||
""" |
Oops, something went wrong.