Commit 61933aa7 authored by 王超's avatar 王超

禁用生成allure报告的语句

parent 91e65fe8
......@@ -5,5 +5,5 @@ import os
if __name__ == '__main__':
pytest.main()
time.sleep(1)
os.system("allure generate ./temp -o ./reports --clean")
# os.system("allure generate ./temp -o ./reports --clean")
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