pytest+allure结合执行命令出错(TypeError: required field "posonlyargs" missing from arguments)

Posted lanyinhao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pytest+allure结合执行命令出错(TypeError: required field "posonlyargs" missing from arguments)相关的知识,希望对你有一定的参考价值。

如果出现的错误如下截图:

TypeError: required field "posonlyargs" missing from arguments

技术图片

 

 解决方法:把关于allure的包文件进行卸载

技术图片

1.可以在File-Setting-Project:Project Interpreter 把关于allure的包进行卸载

2.可以参考这个链接进行再安装:http://www.51testing.com/html/17/n-4464317.html

3.如果安装后,执行命令(例如:pytest -s -q --alluredir allure-xml)出现错误,可参考链接进行解决:https://www.pythonf.cn/read/21629

以上是关于pytest+allure结合执行命令出错(TypeError: required field "posonlyargs" missing from arguments)的主要内容,如果未能解决你的问题,请参考以下文章

pytest接口自动化测试结合单元测试框架pytest+数据驱动模型+allure

pytest文档31-allure标记用例级别severity

pytest文档31-allure标记用例级别severity

pytest文档39-参数化(parametrize)结合allure.title()生成不同标题报告

pytest - allure描述用例详细讲解

pytest测试报告美化