Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1 year ago
by
liguangyu06
Browse files
Options
Download
Email Patches
Plain Diff
用例添加用例id
parent
d543c45a
master
core_flow
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
air_case/cmdc-qos/快速下单权限_否.air/快速下单权限_否.py
+1
-1
air_case/cmdc-qos/快速下单权限_否.air/快速下单权限_否.py
air_case/cmdc-qos/快速下单权限_能.air/快速下单权限_能.py
+1
-1
air_case/cmdc-qos/快速下单权限_能.air/快速下单权限_能.py
air_case/cmdc_demand_list/获取需求单列表.air/获取需求单列表.py
+1
-1
air_case/cmdc_demand_list/获取需求单列表.air/获取需求单列表.py
air_case/cmdc_demand_list/需求单_获取用户信息失败.air/需求单_获取用户信息失败.py
+1
-1
air_case/cmdc_demand_list/需求单_获取用户信息失败.air/需求单_获取用户信息失败.py
air_case/cmdc_demand_list/需求单删除.air/需求单删除.py
+1
-1
air_case/cmdc_demand_list/需求单删除.air/需求单删除.py
air_case/cmdc_login/后台管理系统登录/后台管理系统登录.py
+1
-1
air_case/cmdc_login/后台管理系统登录/后台管理系统登录.py
common/common_func.py
+1
-1
common/common_func.py
with
7 additions
and
7 deletions
+7
-7
air_case/cmdc-qos/快速下单权限_否.air/快速下单权限_否.py
+
1
-
1
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc站点不满足快速下单,sit,bs
case_tag:api,cmdc站点不满足快速下单,
用例集id2250,
sit,bs
主数据平台:多彩商城快速下单权限判定接口
"""
...
...
This diff is collapsed.
Click to expand it.
air_case/cmdc-qos/快速下单权限_能.air/快速下单权限_能.py
+
1
-
1
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc站点满足快速下单,sit,bs
case_tag:api,cmdc站点满足快速下单,
用例集id2250,
sit,bs
主数据平台:多彩商城快速下单权限判定接口
"""
...
...
This diff is collapsed.
Click to expand it.
air_case/cmdc_demand_list/获取需求单列表.air/获取需求单列表.py
+
1
-
1
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc获取需求单列表,sit,bs
case_tag:api,cmdc获取需求单列表,
用例集id2250,
sit,bs
主数据平台:运营后台管理系统需求单列表接口
"""
...
...
This diff is collapsed.
Click to expand it.
air_case/cmdc_demand_list/需求单_获取用户信息失败.air/需求单_获取用户信息失败.py
+
1
-
1
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc需求单获取失败,sit,bs
case_tag:api,cmdc需求单获取失败,
用例集id2250,
sit,bs
主数据平台:运营后台管理系统需求单列表接口
"""
...
...
This diff is collapsed.
Click to expand it.
air_case/cmdc_demand_list/需求单删除.air/需求单删除.py
+
1
-
1
View file @
08a9e68b
...
...
@@ -2,7 +2,7 @@
__author__
=
"liguangyu"
"""
case_tag:api,cmdc需求单删除功能验证,sit,bs
case_tag:api,cmdc需求单删除功能验证,
用例集id2250,
sit,bs
主数据平台:运营后台管理系统需求单删除接口
"""
...
...
This diff is collapsed.
Click to expand it.
air_case/cmdc_login/后台管理系统登录/后台管理系统登录.py
+
1
-
1
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
)
This diff is collapsed.
Click to expand it.
common/common_func.py
+
1
-
1
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'
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets