代码拉取完成,页面将自动刷新
# 1、使用allure生成报告
import pytest
from tools.handle_path import allure_files
from tools.handle_db import handle_mysql
from tools.handle_excel import handle_excel
pytest.main(["-sv", f"--alluredir={allure_files}", "--clean-alluredir"])
# 打开excel表格做成了单例模式handle_excel,所有程序跑完后再关闭表格。
handle_excel.close_workbook()
# 数据库连接用的是单例模式,所有在程序跑完后再关闭连接。
handle_mysql.close()
# 打开allure报告,在cmd输入命名(allure serve 生成报告的目录):
# allure serve D:\SkyWorkSpace\WorkSpace\API_test\Future_Loan_v1.1\allure_files
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。