Python Forum
Allure Report Generation - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Allure Report Generation (/thread-39279.html)



Allure Report Generation - rotemz - Jan-24-2023

Hello,
I installed the package allure-pytest via pip.
I executed a test and also specified the report dir: pytest --alluredir='[reports folder]' test.py
When trying to generate an allure report with the command: allure serve [reports folder] --> allure.py file is displayed and the report is not generated.
Can someone please help me understand what I did wrong.
Thanks in advance