Hello all,
I need to share ".html" and ".html.data" on the network copying these files in a shared directory (\\shares\automation), after each run of tests.
Is there a way to do that?
Thank you in advance for your help.
Regards,
MTO
Share Ranorex reports on a folder shared in the network
Re: Share Ranorex reports on a folder shared in the network
You can create a batch file that runs the "copy" command to copy those two files over to your shared folder. Then run it after your automation completes.
https://www.computerhope.com/copyhlp.htm
If you run your automation via command line, you can use the /rf option to specify the report be generated directly to the share drive. You will run into issues if the shared folder is not always accessible.
https://www.ranorex.com/help/latest/les ... orexStudio
If you run your automation in Studio then you can set the destination in the test suite properties.
https://www.ranorex.com/help/latest/lesson-8-reporting
https://www.computerhope.com/copyhlp.htm
If you run your automation via command line, you can use the /rf option to specify the report be generated directly to the share drive. You will run into issues if the shared folder is not always accessible.
https://www.ranorex.com/help/latest/les ... orexStudio
If you run your automation in Studio then you can set the destination in the test suite properties.
https://www.ranorex.com/help/latest/lesson-8-reporting