RobotFrameWork:有没有办法检查 report.html 尽管 运行 暂停了?

RobotFrameWork: Is there a way of checking the report.html although the run paused?

情况:VisualStudioCode(浏览器库)运行几个 .robot 文件(手动启动) 然后由于错误而暂停...

此时流程中断,没有最终结果 report.html

如果您停止 运行,它不会生成您想要的 report.html。在那之前,您实际上想要结果。 (或者更好的描述:您仍然需要链接 output.xml、log.html 和 report.html)

您应该能够使用 rebot 命令生成 lag.htm 和 report.html。但是你需要 output.xml 为此。 output.xml 是在您 运行 测试时创建的。当你休息时,你可能没有你需要的所有资源。 我建议将 test timeout 分配给导致暂停的测试。当达到超时时,测试将自动停止,您应该有所有报告。您还可以为所有测试全局设置它,例如:

*** Settings ***
Test Timeout       2 minutes