Python Forum

Full Version: Allure Report Generation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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