DEV Community

Cover image for Selenium with Python Behave (BDD)- Allure Reports
MARIANA MONTENEGRO
MARIANA MONTENEGRO

Posted on

1

Selenium with Python Behave (BDD)- Allure Reports

Como generar reportes atractivos Allure con behave(python bdd framework)

1.Estructura Proyecto Behave Framework

image

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

image

4.Generar reportes Allure

allure serve reports/
image

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay