Commit 5a072424 by jiaqiying

del allure open report

parent 094808a0
......@@ -16,7 +16,7 @@ build
log
test.py
.idea
report/tmp/:
report/tmp/*.*
# Environments
.env
.venv
\ No newline at end of file
......@@ -27,4 +27,4 @@ if __name__ == "__main__":
# 生成报告数据
pytest.main(['-v', '-s', test_case_dir, '--alluredir', './report/tmp'])
# 打开报告
os.system('allure serve ./report/tmp')
\ No newline at end of file
# os.system('allure serve ./report/tmp')
\ 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