Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
U
ubains-module-test
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
郑晓兵
ubains-module-test
Commits
ebf96382
提交
ebf96382
authored
6月 13, 2025
作者:
陈泽健
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
兰州中石化项目模块增加tag标签。
上级
4af0f3e4
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
13 行增加
和
11 行删除
+13
-11
base.cpython-310.pyc
系统监测/Base/__pycache__/base.cpython-310.pyc
+0
-0
README.md
预定系统/README.md
+4
-2
代办事宜.py
预定系统/cases/项目定制/兰州中石化项目25-05-24/代办事宜/代办事宜.py
+1
-1
会议申报功能测试.py
预定系统/cases/项目定制/兰州中石化项目25-05-24/会议申报/会议申报功能测试.py
+1
-1
角色权限管理.py
预定系统/cases/项目定制/兰州中石化项目25-05-24/角色权限管理/角色权限管理.py
+1
-1
议题申报.py
预定系统/cases/项目定制/兰州中石化项目25-05-24/议题申报/议题申报.py
+1
-1
定时执行功能测试.py
预定系统/定时执行功能测试.py
+5
-5
没有找到文件。
系统监测/Base/__pycache__/base.cpython-310.pyc
浏览文件 @
ebf96382
No preview for this file type
预定系统/README.md
浏览文件 @
ebf96382
...
...
@@ -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
预定系统/cases/项目定制/兰州中石化项目25-05-24/代办事宜/代办事宜.py
浏览文件 @
ebf96382
...
...
@@ -14,7 +14,7 @@ from 预定系统.Base.base import *
xlsx_file_path
=
os
.
path
.
join
(
预定系统
_path
,
'测试数据'
,
'兰州中石化项目测试用例.xlsx'
)
class
AgencyMatters
:
tags
=
[
'兰州中石化项目代办事宜'
]
tags
=
[
'兰州中石化项目代办事宜'
,
'兰州中石化项目'
]
"""
执行指令是:
1.cd 预定系统
...
...
预定系统/cases/项目定制/兰州中石化项目25-05-24/会议申报/会议申报功能测试.py
浏览文件 @
ebf96382
...
...
@@ -14,7 +14,7 @@ from 预定系统.Base.base import *
xlsx_file_path
=
os
.
path
.
join
(
预定系统
_path
,
'测试数据'
,
'兰州中石化项目测试用例.xlsx'
)
class
ConferenceDeclaration
:
tags
=
[
'兰州中石化项目会议申报'
]
tags
=
[
'兰州中石化项目会议申报'
,
'兰州中石化项目'
]
"""
执行指令是:
1.cd 预定系统
...
...
预定系统/cases/项目定制/兰州中石化项目25-05-24/角色权限管理/角色权限管理.py
浏览文件 @
ebf96382
...
...
@@ -14,7 +14,7 @@ from 预定系统.Base.base import *
xlsx_file_path
=
os
.
path
.
join
(
预定系统
_path
,
'测试数据'
,
'兰州中石化项目测试用例.xlsx'
)
class
RolePermissionManagement
:
tags
=
[
'兰州中石化项目角色权限管理'
]
tags
=
[
'兰州中石化项目角色权限管理'
,
'兰州中石化项目'
]
"""
执行指令是:
1.cd 预定系统
...
...
预定系统/cases/项目定制/兰州中石化项目25-05-24/议题申报/议题申报.py
浏览文件 @
ebf96382
...
...
@@ -14,7 +14,7 @@ from 预定系统.Base.base import *
xlsx_file_path
=
os
.
path
.
join
(
预定系统
_path
,
'测试数据'
,
'兰州中石化项目测试用例.xlsx'
)
class
TopicDeclaration
:
tags
=
[
'兰州中石化项目议题申报'
]
tags
=
[
'兰州中石化项目议题申报'
,
'兰州中石化项目'
]
"""
执行指令是:
1.cd 预定系统
...
...
预定系统/定时执行功能测试.py
浏览文件 @
ebf96382
...
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论