1.最近用 python3.7+pytest(最新版)+allure(最新版) 经常会遇到冲突问题:比如 module object has no attribute severity_level,module 'allure' has no attribute 'severity_level' 等。 哪位大神有过完整的 python+pytest+allure 的测试搭建并且运行正确的经验,可以分享一下,相信会很多测试也会遇到这样的问题。是不是因为版本搭配的问题造成的还是其他原因呢?
把代码贴出来
https://www.cnblogs.com/fengzx120/p/10880619.html
这个问题最近遇到过,用了 pytest-allure,卸载 allure-adaptor,就像上面博客讲的一样,配合 Jenkins 的话教程也很多,多搜一下就行