Como generar reportes atractivos Allure con behave(python bdd framework)
1.Estructura Proyecto Behave Framework
2.Instalar allure-behave
-pip install allure-behave
-pycharm package
-npm install -g allure-commandline --save-dev
3.Ejecutar tests cases y generar archivos de reporte de tipo json
behave -f allure_behave.formatter::AllureFormatter -o reports/ features
Top comments (0)