代码工作正常(运行测试并创建报告),但有时不创建报告(成功尝试次数后)
testExecution = ['test_1','test_3']
temp = “C:\test_regression.py::”</p>
测试 = []
对于测试执行中的 f:
test.append(temp + "".join(f))
test.append('--html=C:\report6.html')
pytest.main(args=test)
最后: test = ['C:\test_regression.py::test_1' 'C:\test_regression.py::test_3' '--html=C:\Vadim\report6.html']
请帮忙,有什么想法吗?