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

兰州中石化项目模块增加tag标签。

上级 4af0f3e4
......@@ -318,4 +318,6 @@
- 处理展厅巡检预定系统创建会议因议题文件上传的路径错误导致的异常问题,优化app_init和app_quit的代码,补充adb路径配置,增加对应异常的日志打印。
- 兰州中石化项目,补充决策会议、会议管理、议题列表以及角色权限管理模块的自动化JSON数据测试,调试运行。代码已提交至git。
93. 2025-06-12:
- 测试报告发送前增加blocking_rate用例阻塞率的获取以及发送。
\ No newline at end of file
- 测试报告发送前增加blocking_rate用例阻塞率的获取以及发送。
94. 2025-06-13:
- 兰州中石化项目模块增加tag标签。
\ No newline at end of file
......@@ -14,7 +14,7 @@ from 预定系统.Base.base import *
xlsx_file_path = os.path.join(预定系统_path, '测试数据', '兰州中石化项目测试用例.xlsx')
class AgencyMatters:
tags = ['兰州中石化项目代办事宜']
tags = ['兰州中石化项目代办事宜','兰州中石化项目']
"""
执行指令是:
1.cd 预定系统
......
......@@ -14,7 +14,7 @@ from 预定系统.Base.base import *
xlsx_file_path = os.path.join(预定系统_path, '测试数据', '兰州中石化项目测试用例.xlsx')
class ConferenceDeclaration:
tags = ['兰州中石化项目会议申报']
tags = ['兰州中石化项目会议申报','兰州中石化项目']
"""
执行指令是:
1.cd 预定系统
......
......@@ -14,7 +14,7 @@ from 预定系统.Base.base import *
xlsx_file_path = os.path.join(预定系统_path, '测试数据', '兰州中石化项目测试用例.xlsx')
class RolePermissionManagement:
tags = ['兰州中石化项目角色权限管理']
tags = ['兰州中石化项目角色权限管理','兰州中石化项目']
"""
执行指令是:
1.cd 预定系统
......
......@@ -14,7 +14,7 @@ from 预定系统.Base.base import *
xlsx_file_path = os.path.join(预定系统_path, '测试数据', '兰州中石化项目测试用例.xlsx')
class TopicDeclaration:
tags = ['兰州中石化项目议题申报']
tags = ['兰州中石化项目议题申报','兰州中石化项目']
"""
执行指令是:
1.cd 预定系统
......
......@@ -84,11 +84,11 @@ start_workers(3)
# 定时执行展厅巡检任务
# schedule.every().day.at("07:45").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
schedule.every().monday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
schedule.every().thursday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
schedule.every().wednesday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
schedule.every().tuesday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
schedule.every().friday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
# schedule.every().monday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
# schedule.every().thursday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
# schedule.every().wednesday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
# schedule.every().tuesday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
# schedule.every().friday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
# schedule.every().saturday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
# schedule.every().sunday.at("07:42").do(run_task, run_automation_test, report_title="展厅巡检测试报告", report_url_prefix="http://nat.ubainsyun.com:31133", test_case="展厅巡检", ding_type="展厅巡检")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论