Forum Discussion
13 Replies
- Hi!
hmm.. are you getting any errors? Is the specified folder available and writable?
regards,
/ole
eviware.com - Wave_Crest_HoldContributorHi Ole,
No errors seen. Specified folder(Reports) is available and writable. But JUnit-Style HTML Report is generated in the specified folder by using following command:
testrunner.bat -ehttp://..../service/ -fE:\Reports -s"Suite" -t"TestCase" -R"TestCase Report" -j test-soapui-project.xml
But PDF,HTML reports are not generated:
testrunner.bat -ehttp://..../service/ -fE:\Reports -s"Suite" -t"TestCase" -R"TestCase Report" -FPDF -FHTML test-soapui-project.xml
Also in testrunner.bat I have added bin at the end and tried and PDF,HTML reports are not generated :
set JAVA_OPTS=-Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties -Dgroovy.source.encoding=iso-8859-1 "-Dsoapui.home=%SOAPUI_HOME%\bin"
Regards,
Kiran. - Hi Kiran,
hmm.. is this still an issue? If it is, which soapUI Pro version are you using? Can you show the complete output of the test run?
regards!
/Ole
eviware.com - jignacioOccasional ContributorI am having this same problem when attempting to generate a PDF report when running testrunner. I am able to generate PDF reports via the GUI interface. I am running RedHat and have installed the arial font. There is also no mention of the report in my output.
Wondering if there was a solution for this. I will send the output from my test run if necessary.
Thanks, - jignacioOccasional ContributorHere is the beginning and end of my TestRunner output
directory: /opt/eviware/soapUI-Pro-3.6.1/bin
command: sh -c ./testrunner.sh -sScenario1 -cTestCase1-LegacySocketInterface -r -a -f/home/glassfish/System_Tests/Results -o -R"TestCase Report" -FPDF -t/home/glassfish/soapui-settings.xml -i /home/glassfish/System_Tests/Maverick-System-Tests-soapui-project.xml
================================
=
= SOAPUI_HOME = /opt/eviware/soapUI-Pro-3.6.1
=
================================
soapUI Pro 3.6.1 TestCase Runner
...
19:59:58,403 INFO [SoapUIProTestCaseRunner] Finished running soapUI testcase [TestCase1-LegacySocketInterface], time taken: 12990ms, status: FINISHED
19:59:58,406 INFO [SoapUIProTestCaseRunner] TestCase [TestCase1-LegacySocketInterface] finished with status [FINISHED] in 12990ms
SoapUI 3.6.1 TestCaseRunner Summary
-----------------------------
Time Taken: 13149ms
Total TestSuites: 0
Total TestCases: 1 (0 failed)
Total TestSteps: 8
Total Request Assertions: 6
Total Failed Assertions: 0
Total Exported Results: 8
Thanks,
-Jahmar - Hi,
hmm.. could you give version 4.0 a try to see if the problem persists!? (Install it to a separate directory just for testing purposes, you can keep your existing 3.6.1 installation)
regards,
/Ole
eviware.com - jignacioOccasional ContributorI have the same problem in 4.0.
- tdruryContributorJust to add a data point, I have soapUI Pro 3.6.1 and this:
D:\temp>\java\soapUI-Pro-3.6.1\bin\testrunner.bat -h"server:50000" -PSITE=T1 -uSYS -psekret -r -f\temp -FPDF -R"Proj
ect Report" \src\test\resources\activity-soapui-project.xml
successfully generates a single PDF file containing the project report. - jignacioOccasional ContributorI still have not found a solution to this problem. I feel it may stem from my use of RedHat Enterprise 5.6. The fact that I am able to generate a report from the gui interface is weird to me though. When I save the report generated from the gui to PDF form, the generated PDF only contains a header and the rest is blank.
- Hi,
hmm.. can you try this on windows for testing purposes?
regards,
/Ole
eviware.com