提交 9f90a6b5 authored 作者: 陈泽健's avatar 陈泽健

优化处理

上级 ab675143
......@@ -612,9 +612,9 @@ def dingding_send_message(latest_report, title, mobile, ding_type):
# 调用测试结果获取函数
browser_init("标准版预定系统")
wd = GSTORE['wd']
print(latest_report)
# print(latest_report)
test_result = get_test_result(latest_report, wd)
browser_quit()
# 构建消息体
headers = {'Content-Type': 'application/json'}
......
......@@ -208,4 +208,4 @@
- 历史会议模块与会议审批模块补充调用清除浏览器驱动函数。
- 补充审批会议模块的日志输出。调整审批会议创建的执行步骤。
53. 2025-02-13
- 增加get_test_result函数通过正则匹配获取通过率、失败率以及异常率,再调用钉钉消息通知输出通过率等值。
\ No newline at end of file
- 增加get_test_result函数通过正则匹配获取通过率、失败率以及异常率,再调用钉钉消息通知输出通过率等值。优化处理
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论