Page 1 of 1

Generating report from command line

Posted: Wed Apr 08, 2015 7:58 am
by rastek
Hi, I am trying to get my generated report from command line, but can not find the file.

Demo.exe /rf:C:\myreports

bu no report under my reports, I can not find anywhere my genereted rxlog.

Where can I find it ?

Thanks,
Rastek.

Re: Generating report from command line

Posted: Wed Apr 08, 2015 8:08 am
by odklizec
Hi,

You forgot to add report file name at the end of path...
Demo.exe /rf:C:\myreports\ReportFileName.rxlog
If you don't want the report file to be overwritten with each test run (because of the same file name), use this pattern:
Demo.exe /rf:C:\myreports\%S_%Y%M%D_%T.rxlog