Page 1 of 1

Command Line - Custom Reports Folder

Posted: Fri Dec 04, 2015 12:39 pm
by stapes
I have tried this option to try & send the Reports to a different folder, but it does not work, i.e. No reports end up in the folder:

Test-365AgilePortal.exe /tc:TC_365AgileDesktopApplication /rf:C:\Users\stephen.staple\Documents\Ranorex\Reports

Re: Command Line - Custom Reports Folder

Posted: Fri Dec 04, 2015 12:50 pm
by odklizec
Hi,

You must specify report file name at the end of path!
Test-365AgilePortal.exe /tc:TC_365AgileDesktopApplication /rf:C:\Users\stephen.staple\Documents\Ranorex\Reports\report.rxlog

BTW, even better option is to use zipped report, which creates just one (zipped) report file, containing all necessary report files...
Test-365AgilePortal.exe /tc:TC_365AgileDesktopApplication /zr /zrf:C:\Users\stephen.staple\Documents\Ranorex\Reports\report.rxzlog