其他分享
首页 > 其他分享> > pytest测试框架(七) Allure定制测试报告

pytest测试框架(七) Allure定制测试报告

作者:互联网

Allure安装

pytest allure插件

定制报告

name - 包含文件名的字符串

attachment_type- 其中一个allure.attachment_type值

extension - 提供的将用作创建文件的扩展名

或者 allure.attach.file(source, name, attachment_type, extension)
(attachment_type支持:HTML,JPG,PNG,JSON,OTHER,TEXTXML ...)

标签:allure,测试报告,--,pytest,attach,Allure,attachment,type
来源: https://www.cnblogs.com/xxiaow/p/16673859.html