Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InterfaceAutoTest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TestAuto
InterfaceAutoTest
Commits
fac0eab7
Commit
fac0eab7
authored
May 13, 2021
by
dengmaosheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
da8e7389
ec762ac7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
test_case/bmy/test_riskMonitar.py
+2
-3
test_case_data/bmy/bmy_case.xlsx
+0
-0
No files found.
test_case/bmy/test_riskMonitar.py
View file @
fac0eab7
...
@@ -16,10 +16,9 @@ class TestMonitor():
...
@@ -16,10 +16,9 @@ class TestMonitor():
# def setup_class(self): # 每一个类下面所有的方法调用只运行一次
# def setup_class(self): # 每一个类下面所有的方法调用只运行一次
# self.token = BMY().bmy_login(BmyConfig.test_name_password)
# self.token = BMY().bmy_login(BmyConfig.test_name_password)
@allure.story
(
"风险列表"
)
@allure.story
(
"风险列表"
)
@allure.severity
(
"critical"
)
@allure.title
(
"{inData[testPoint]}"
)
@allure.title
(
"{inData[testPoint]}"
)
@allure.
testcase
(
"http://yapi.hikcreate.com/"
)
@allure.
link
(
"http://yapi.hikcreate.com/"
)
@allure.description
(
"
url:/auth/login 。。。。
"
)
@allure.description
(
"
/auth/login
"
)
@pytest.mark.parametrize
(
"inData"
,
get_excelData
(
workBook
,
'风控台'
,
'riskMonitorList'
))
@pytest.mark.parametrize
(
"inData"
,
get_excelData
(
workBook
,
'风控台'
,
'riskMonitorList'
))
def
test_login
(
self
,
inData
):
def
test_login
(
self
,
inData
):
url
=
f
"{BmyConfig().test_host}{inData['url']}"
url
=
f
"{BmyConfig().test_host}{inData['url']}"
...
...
test_case_data/bmy/bmy_case.xlsx
View file @
fac0eab7
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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