时间戳输出文件会引发报告错误

时间:2015-02-18 22:38:24

标签: robotframework

call pybot --timestampoutputs --log mylog.html --report NONE tests.html      
  [ ERROR ] Parsing 'tests.html' failed: Data source does not exist.

我想创建带有时间戳的报告但是会抛出错误。有关如何使用带有时间日期的唯一名称生成报告的任何示例。

1 个答案:

答案 0 :(得分:0)

您报告的错误" Data source does not exist",不是因为您使用了--timestampoutputs选项。这是因为机器人无法找到" tests.html"。

当你给它一个有效的测试套件时,

--timestampoutputs可以正常工作。例如,当我在您的问题中运行代码时,我最终得到了一个名为mylog-20150220-053904.html的日志文件。