Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
08a9e68b
Commit
08a9e68b
authored
Sep 07, 2023
by
liguangyu06
Browse files
用例添加用例id
parent
d543c45a
Changes
7
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc-qos/快速下单权限_否.air/快速下单权限_否.py
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc站点不满足快速下单,sit,bs
case_tag:api,cmdc站点不满足快速下单,
用例集id2250,
sit,bs
主数据平台:多彩商城快速下单权限判定接口
"""
...
...
air_case/cmdc-qos/快速下单权限_能.air/快速下单权限_能.py
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc站点满足快速下单,sit,bs
case_tag:api,cmdc站点满足快速下单,
用例集id2250,
sit,bs
主数据平台:多彩商城快速下单权限判定接口
"""
...
...
air_case/cmdc_demand_list/获取需求单列表.air/获取需求单列表.py
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc获取需求单列表,sit,bs
case_tag:api,cmdc获取需求单列表,
用例集id2250,
sit,bs
主数据平台:运营后台管理系统需求单列表接口
"""
...
...
air_case/cmdc_demand_list/需求单_获取用户信息失败.air/需求单_获取用户信息失败.py
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc需求单获取失败,sit,bs
case_tag:api,cmdc需求单获取失败,
用例集id2250,
sit,bs
主数据平台:运营后台管理系统需求单列表接口
"""
...
...
air_case/cmdc_demand_list/需求单删除.air/需求单删除.py
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc需求单删除功能验证,sit,bs
case_tag:api,cmdc需求单删除功能验证,
用例集id2250,
sit,bs
主数据平台:运营后台管理系统需求单删除接口
"""
...
...
air_case/cmdc_login/后台管理系统登录/后台管理系统登录.py
View file @
08a9e68b
...
...
@@ -67,6 +67,6 @@ class CmdcDoLogin():
if
__name__
==
"__main__"
:
cmdc_access_token
=
c
mdc
_dol
ogin
(
"admin1"
,
"FFtmods@365y"
).
get_token
()
cmdc_access_token
=
C
mdc
DoL
ogin
(
"admin1"
,
"FFtmods@365y"
).
get_token
()
print
(
cmdc_access_token
)
common/common_func.py
View file @
08a9e68b
...
...
@@ -69,7 +69,7 @@ class commonFuc(object):
elif
env
==
"od"
:
# 骨科
url
=
""
elif
env
==
"bs"
:
# 电商
url
=
""
url
=
"
https://service-slb.cmic.com.cn/
"
else
:
url
=
'http://spddev.cmic.com.cn'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment