ReportToPDFModule

Ask general questions here.
User avatar
giuseppe.lacagnina
Posts: 113
Joined: Fri Sep 18, 2015 10:25 am
Location: Brunn am Gebirge, Vienna, Austria

ReportToPDFModule

Post by giuseppe.lacagnina » Mon Jan 08, 2018 4:01 pm

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: ReportToPDFModule

Post by Support Team » Tue Jan 09, 2018 10:50 am

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

User avatar
giuseppe.lacagnina
Posts: 113
Joined: Fri Sep 18, 2015 10:25 am
Location: Brunn am Gebirge, Vienna, Austria

Re: ReportToPDFModule

Post by giuseppe.lacagnina » Tue Jan 09, 2018 10:52 am

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).