Commit 70ea0ac4 by taoke

Merge remote-tracking branch 'origin/master'

parents 287963ca 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
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment