Hi,
All you need to do is to change the report file extension in the test suite Properties.
Go to Test Suite, right click the root node and from the appeared menu select
Properties. Then simply change rxlog report extension to html...
rxlog_html.png
That's all. From now on, your reports will have the html extension.
As for creating both rxlog and html at the same time, I think the only way to achieve this is to use Ranorex command line parameters. And it seems it's only possible to create one compressed (rxzlog) and one uncompressed report (rxlog|html) at the same time. In other words, you cannot create two uncompressed reports (rxlog and html). At least it did not work for me.
The command line parameters should look like this:
/zr /zrf:c:\temp\report.rxzlog /rf:c:\temp\report.html
Hope this helps?
You do not have the required permissions to view the files attached to this post.