pytest结合ReportPortal使用

https://reportportal.io/docs

在pytest.ini文件中添加配置

 执行

pytest.main(["--html=../reports/report.html",
             "--reportportal"
            ])

待完善。。。

原文地址:https://www.cnblogs.com/erchun/p/15243026.html