allure报错:allure AttributeError:
2020-08-02 本文已影响0人
成功在于实践
如果过程中报错AttributeError: module 'allure' has no attribute 'severity_level'则执行:
![](https://img.haomeiwen.com/i1408806/738f01abe766e115.png)
pip uninstall pytest-allure-adaptor
pip install allure-pytest
如果过程中报错AttributeError: module 'allure' has no attribute 'severity_level'则执行:
pip uninstall pytest-allure-adaptor
pip install allure-pytest