Python Behave (not Cucumber) module demo 3

preview_player
Показать описание
1) What is Behave (in Python programming)?
2) Keywords used in Behave
3) Feature file
4) Step, Step Definition, Step Implementation
5) Installation details
6) Parameterization (int, string, dataTable, examples)
7) Before/ After Decorators
8) Runner file with command line arguments
9) Reporting (JSON format pass/ fail) using Allure module
10) Reporting (HTML format) using json2html module

Python Behave module programming source code on github
Рекомендации по теме
Комментарии
Автор

Hi, u have actually covered everything .. i have got so many points regarding Behave no where in yuotube i got.. thanks so much .. bit more structed way would be easy for understanding. like first complete test runner, then only talk about tags etc .. but thanks alot .. may be the only detailed python BDD course in youtube

lijithmohanan
Автор

your basic info is helping me a lot. How can i pass arguments to hooks (before step or after step)
how can i save the results from one step and use the results in another step ?

satishtesting
Автор

Hi, My env file is not getting executed.. Do you know why ?

rdesi