Commit ab55ce1f by taoke

增加删除报告中的txt

parent cd580a99
...@@ -23,6 +23,7 @@ if __name__ == "__main__": ...@@ -23,6 +23,7 @@ if __name__ == "__main__":
#删除之前报告 #删除之前报告
os.system('rm ./report/tmp/*.json') os.system('rm ./report/tmp/*.json')
os.system('rm ./report/tmp/*.txt')
# 生成报告数据 # 生成报告数据
pytest.main(['-v', '-s', test_case_dir, '--alluredir', './report/tmp']) pytest.main(['-v', '-s', test_case_dir, '--alluredir', './report/tmp'])
# 打开报告 # 打开报告
......
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