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
a4a7e4f7
Commit
a4a7e4f7
authored
May 13, 2021
by
jiaqiying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allure guifan
parent
bf30c8a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
test_case/bmy/test_riskMonitar.py
+2
-3
No files found.
test_case/bmy/test_riskMonitar.py
View file @
a4a7e4f7
...
...
@@ -16,10 +16,9 @@ class TestMonitor():
# def setup_class(self): # 每一个类下面所有的方法调用只运行一次
# self.token = BMY().bmy_login(BmyConfig.test_name_password)
@allure.story
(
"风险列表"
)
@allure.severity
(
"critical"
)
@allure.title
(
"{inData[testPoint]}"
)
@allure.
testcase
(
"http://yapi.hikcreate.com/"
)
@allure.description
(
"
url:/auth/login 。。。。
"
)
@allure.
link
(
"http://yapi.hikcreate.com/"
)
@allure.description
(
"
/auth/login
"
)
@pytest.mark.parametrize
(
"inData"
,
get_excelData
(
workBook
,
'风控台'
,
'riskMonitorList'
))
def
test_login
(
self
,
inData
):
url
=
f
"{BmyConfig().test_host}{inData['url']}"
...
...
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