-
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.
commit d483c24 Author: Artur Ayukhanov <[email protected]> Date: Thu Feb 1 14:23:46 2024 +0300 версия 1.14.0 commit e1753ac Author: Vladimir Nadulich <[email protected]> Date: Sat Dec 18 15:20:45 2021 +0300 Изменены приоритеты реализаций шагов commit c6415db Author: Artur Ayukhanov <[email protected]> Date: Sat Apr 2 16:03:59 2022 +0300 исправил падения фичи commit e9c0fae Author: Artur Ayukhanov <[email protected]> Date: Sat Apr 2 15:52:15 2022 +0300 мелкий рефакторинг commit 6c91f64 Author: Artur Ayukhanov <[email protected]> Date: Mon Mar 28 21:09:44 2022 +0300 Дока на 2 пропущенных метода commit eb05e22 Merge: 8e7c0e7 931c7cc Author: Artur Ayukhanov <[email protected]> Date: Sat Mar 26 12:11:12 2022 +0300 Merge branch 'develop' of https://github.com/artbear/1bdd into develop commit 8e7c0e7 Author: Artur Ayukhanov <[email protected]> Date: Sat Mar 26 12:11:08 2022 +0300 Требуется версия 1скрипт не ниже 1.7 - избавился от класса Консоль commit 931c7cc Author: Artur Ayukhanov <[email protected]> Date: Sat Dec 18 00:13:12 2021 +0300 ПоказатьПроблемныеСценарии в задаче тестирования дополнение к #164 commit b059217 Author: Artur Ayukhanov <[email protected]> Date: Sat Nov 20 17:38:14 2021 +0300 ошибка в логе при показе проблемных сценариев commit da65e17 Author: Artur Ayukhanov <[email protected]> Date: Sat Nov 20 17:28:19 2021 +0300 Показ проблемных сценариев в конце лога commit a976e61 Author: Artur Ayukhanov <[email protected]> Date: Sat Nov 20 14:54:35 2021 +0300 новые шаги по содержимому файлов - я показываю текст файла "СпециальныйКаталог/ФайлСТекстом.txt" - я показываю 2 строки файла "СпециальныйКаталог/ФайлСТекстом.txt" commit cac3adf Author: Artur Ayukhanov <[email protected]> Date: Thu Sep 16 20:10:12 2021 +0300 ошибка в СтрШаблон замечания Сонара
- Loading branch information
Showing
12 changed files
with
352 additions
and
231 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
27 changes: 27 additions & 0 deletions
27
features/core/ПоказОшибочныхСценариевПослеВыполнениеФич.feature
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,27 @@ | ||
# language: ru | ||
|
||
Функционал: Выполнение фич | ||
Как Разработчик | ||
Я Хочу видеть ошибочные сценарии в конце лога выполнения | ||
|
||
Сценарий: Показ имени сценария, в котором есть нереализованный шаг | ||
Когда я подготовил тестовый каталог для фич | ||
И установил тестовый каталог как текущий | ||
И я создал файл фичи "НесуществующийШаг" с текстом | ||
""" | ||
# language: ru | ||
Функционал: Просто функционал | ||
Сценарий: Просто сценарий | ||
Тогда выполняется несуществующий шаг | ||
""" | ||
|
||
Тогда проверка поведения фичи "НесуществующийШаг" закончилась с кодом возврата 1 | ||
И в лог-файле запуска продукта есть строка | ||
""" | ||
Проблемные сценарии: | ||
Функциональность Просто функционал | ||
Сценарий Просто сценарий | ||
Шаг выполняется несуществующий шаг - Не реализован | ||
""" | ||
И в лог-файле запуска продукта есть строка "1 Сценарий ( 0 Пройден, 1 Не реализован, 0 Сломался, 0 Не выполнялся )" | ||
И в лог-файле запуска продукта есть строка "1 Шаг ( 0 Пройден, 1 Не реализован, 0 Сломался, 0 Не выполнялся )" |
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.