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
5a072424
Commit
5a072424
authored
May 07, 2021
by
jiaqiying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
del allure open report
parent
094808a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
+2
-1
run.py
+2
-2
No files found.
.gitignore
View file @
5a072424
...
@@ -16,7 +16,7 @@ build
...
@@ -16,7 +16,7 @@ build
log
log
test.py
test.py
.idea
.idea
report/tmp/
:
report/tmp/
*.*
# Environments
# Environments
.env
.env
.venv
.venv
\ No newline at end of file
run.py
View file @
5a072424
...
@@ -27,4 +27,4 @@ if __name__ == "__main__":
...
@@ -27,4 +27,4 @@ if __name__ == "__main__":
# 生成报告数据
# 生成报告数据
pytest
.
main
([
'-v'
,
'-s'
,
test_case_dir
,
'--alluredir'
,
'./report/tmp'
])
pytest
.
main
([
'-v'
,
'-s'
,
test_case_dir
,
'--alluredir'
,
'./report/tmp'
])
# 打开报告
# 打开报告
os
.
system
(
'allure serve ./report/tmp'
)
# os.system('allure serve ./report/tmp')
\ No newline at end of file
\ No newline at end of file
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