Is it possible to prevent generation of RanorexReport.XSL?

Ask general questions here.
User avatar
Aracknid
Posts: 388
Joined: Tue Aug 10, 2010 3:23 pm
Location: Toronto, Ontario, Canada

Is it possible to prevent generation of RanorexReport.XSL?

Post by Aracknid » Tue Mar 21, 2023 7:35 pm

I'm using only the Ranorex API, and in my code framework, I have my own logging and reporting.

But for fun, today I decided to add the option to also create a Ranorex Report. I've got this working, and I even made my own XSL file to format the report to my liking.

The problem I'm having is that every time I do a run, the report gets created and so does the 'RanorexReport.XSL' file, which overwrites my own XSL file. Is there a way to tell it to NOT create the XSL file?

I don't want to use a different file name other than 'RanorexReport.XSL' because I don't want to have to modify the XML report itself to change the XSL file name.

Thanks,

Aracknid