Generating report from command line

Ask general questions here.
rastek
Posts: 185
Joined: Wed Aug 06, 2014 12:00 pm

Generating report from command line

Post by rastek » Wed Apr 08, 2015 7:58 am

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.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Generating report from command line

Post by odklizec » Wed Apr 08, 2015 8:08 am

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
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration