Allure Python reports not loading

Hi,

Trying to generate allure reports for my Appium Python tests, but for some reason the report is not loading (neither Chrome, Firefox or Safari). I’ve use the command lines exactly as in the documentation, but without success.

pip install allure-pytest
pytest --alluredir=/tmp/my_allure_results
allure serve /tmp/my_allure_results

Does someone else had this issue?

And another question, do someone know any alternative for allure-python or pytest-html reporting tools/libraries?

Thanks!