Attribute error message is getting displayed while performing any action

混江龙づ霸主 提交于 2019-12-14 02:30:00

问题


I am trying to generate allure report using Python Selenium framework.

On executing the command from CMD:

pytest --alluredir= /path for report directory

Error message:

severities = [x.value for x in list(allure.severity_level)] AttributeError: module 'allure' has no attribute 'severity_level' is getting displayed

来源:https://stackoverflow.com/questions/57722651/attribute-error-message-is-getting-displayed-while-performing-any-action

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!