weixin_39747383 2020-11-19 12:24
浏览 0

Embed RobotFramework data files.

Originally submitted to Google Code by Zealic on 7 Feb 2013

Current version robotframework-ride (1.0.1) embedded RobotFramework not include data files. See also: ${SITEDIR}\robotide\lib\robot\htmldata

Original Robot Framework include data file "*.css, *.html, *.js" ('robot\htmldata' sub directories).

Cause this issue my Robot Test Case cannot generate log.html and repot.html

RIDE source code include above data files, but release package not include it.(https://github.com/robotframework/RIDE/tree/master/lib/robot/htmldata)

Please include data files into release package.

Thanks.

Test Case Running log:

command: pybot.bat --argumentfile c:\users\USERNAME\appdata\local\temp\RIDEt7sdkf.d\argfile.txt --listener D:\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py:22487 D:\Workbench

RobotFramework

RobotFramework.UserKW

EscapeDemo | PASS |

RobotFramework.UserKW | PASS | 1 critical test, 1 passed, 0 failed

1 test total, 1 passed, 0 failed

RobotFramework | PASS | 1 critical test, 1 passed, 0 failed

1 test total, 1 passed, 0 failed

Output: c:\users\USERNAME\appdata\local\temp\RIDEt7sdkf.d\output.xml

[ ERROR ] Writing log file 'c:\users\USERNAME\appdata\local\temp\RIDEt7sdkf.d\log.html' failed: No such file or directory: D:\site-packages\robotide\lib\robot\htmldata\rebot\log.html [ ERROR ] Writing report file 'c:\users\USERNAME\appdata\local\temp\RIDEt7sdkf.d\report.html' failed: No such file or directory: D:\site-packages\robotide\lib\robot\htmldata\rebot\report.html

test finished 02/08/13 11:16:03

  • 写回答

7条回答 默认 最新

  • weixin_39747383 2020-11-19 12:24
    关注

    Originally submitted to Google Code by on 13 Feb 2013

    The executed RF should not be the same as the one that RIDE uses.

    Please re-install robot framework.

    评论

报告相同问题?