yanne / api-testing

I am using this to test GitHub API
1 stars 0 forks source link

Report.html & Log.html are copied from previous execution #247

Open yanne opened 10 years ago

yanne commented 10 years ago

Hi,

I am using RIDE: 1.2.3 running on Python 2.6.0. I have created a User-Keyword called "ROBOT-Common-Suite-Teardown" with following keywords:

Copy File ${OUTPUT DIR}\log.html ${S-testsuite-result-dir}\log.html Copy Fil ${OUTPUT DIR}\report.html ${S-testsuite-result-dir}\report.html Copy File ${OUTPUT DIR}\output.xml ${S-testsuite-result-dir}\output.xml Copy File ${OUTPUT DIR}\argfile.txt ${S-testsuite-result-dir}\argfile.txt

This Keyword got added to "Test Teardown" setting variable. But at the end of execution I have noticed that ${S-testsuite-result-dir} is always having the report, log & output files from previous execution.

Could you please help how can I copy the current execution report,log & output files to user specified directory.

Thanks in advance.

Regards, Ramakrishna

This issue was originally reported to Google Code on May 12, 2014.