Error allure in pytest

If an error is reported during the process AttributeError: module 'allure' has no attribute 'severity_level'

Then execute:

pip uninstall pytest-allure-adaptor

pip install allure-pytest

The solution that I often use after encountering it at work is very useful!

Guess you like

Origin blog.csdn.net/qq_45785397/article/details/106757623