pycharm执行的main函数
以下是main函数中的所有内容,其中使用HTMLTestRunner是可以显示出所有用例的
import unittest
from BeautifulReport import BeautifulReport
s = unittest.TestLoader().discover(r"D:\PycharmProjects\testAndroid\python_unitest")
br = BeautifulReport(s)
br.report("登录自动化测试", "bp_report.html")
推荐你个程序apifox测接口神器
我这个好像没有涉及到接口啊
@18323889143: 你用一下就知道了
删除beautifulreport,重新安装就行了