Commit abadad6e authored by “xbozhong's avatar “xbozhong

修改pytest执行命令

parent c04836c8
......@@ -2,6 +2,8 @@ import pytest
if __name__ == '__main__':
pytest.main(["-s", "-v",
"--reruns", "2", "--reruns-delay", "5",
"--alluredir=Outputs/reports",
"--clean-alluredir"])
\ No newline at end of file
"--clean-alluredir"])
# 失败重试2次,每次间隔5s
# "--reruns", "2", "--reruns-delay", "5",
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