Page 1 of 1

ReportToPDFModule

Posted: Mon Jan 08, 2018 4:01 pm
by giuseppe.lacagnina
Hi everyone.

I just played with the module ReportToPDFModule. I got it working by adding it as a module in the teardown part of my test.
I modified the .cs class like this:

this.PdfName = TestReport.ReportEnvironment.ReportName;

First, it worked. Then, suddenly, it stopped producing the pdf file. I have no idea why. I also rebuilt the solution, but to no avail.
Can anyone help? Thanks!

Giuseppe

Re: ReportToPDFModule

Posted: Tue Jan 09, 2018 10:50 am
by Support Team
Hello Giuseppe,

May I ask if you get any error messages, etc?

Furthermore, please note that it's required to execute the complete Ranorex solution to get a PDF report.
Additional information can be found here: https://www.ranorex.com/blog/ranorex-re ... conversion

Sincerely,
Robert

Re: ReportToPDFModule

Posted: Tue Jan 09, 2018 10:52 am
by giuseppe.lacagnina
I just noticed that I do see error messages, but in the console, so they are too quick to catch.
I did not know I had to run the entire suite.
Thanks for the link, I looked at it before, but I thought it was for the previous version (from before the release of the extensions).