Код: Выделить всё
DIRECTORY STRUCTURE:
+-- main_repository/
+-- other_dev_folders/
+-- testing/
+-- another_folder_layer/
+-- features/
+-- platform1/
| +-- platform1feature1.feature
| +-- platform1feature2.feature
+-- platform2/
| +-- platform2feature1.feature
| +-- platform2feature2.feature
+-- steps/
+-- common/
| +-- common_steps.py
+-- platform1/
| +-- platform1feature1.py
| +-- platform1feature2.py
+-- platform2/
| +-- platform2feature1.py
| +-- platform2feature2.py
+-- environment.py
+-- web_pages_initializer.py
+-- behave.ini
Код: Выделить всё
[behave]
paths = testing/another_folder_layer/features
steps_dir = testing/another_folder_layer/steps
format = plain
color = true
stdout_capture = false
stderr_capture = false
< /code>
Не уверен, возможно ли это в ведении, но можете ли вы дать советы о том, как это организовать? Я пытался работать нормально, используя ведение тестирования/nother_folder_layer/features/platform1/platform1feature1.feature
Подробнее здесь: https://stackoverflow.com/questions/796 ... e-selenium