Forum Discussion

Clear_Capital__'s avatar
Clear_Capital__
Contributor
12 years ago

running fromosx shell - does not seem to general report file

I am using SoapUI pro and trying to run the test on mac osx shell

./testrunner.sh -FPDF -R”Project/Report” /Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/Core_API_REST_SoapUI_Project.xml -f/Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/

its not generating the report file , definitely not at the location specified with -f. Test seems to execute fine. I tried to take out the options related to Pro version in case its not picking up the license file

./testrunner.sh -f/Users/jgujarati/Documents/CORE_API/SoapUI_Test_Projects/ /Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/Core_API_REST_SoapUI_Project.xml

but still does not seem to generate the report file.

Thanks.

Jignesh

24 Replies

  • Can you try -R"TestCase Report" instead of -R"TestSuite Report" to generate a PDF file?

    On windows the following command works for me to generate a PDF report:
    <SoapUI Pro install>\testrunner.bat -s"Sample Simple TestSuite" -c"Simple Login and Logout Property Expansion" -r -a -fC:\SoapUI\Support\temp\report -R"TestCase Report" -FPDF -EDefault C:\sample-soapui-pro-project.xml


    Regards,
    Marcus
    SmartBear Support
  • I tried your suggestion, unfortunately it still does not generate pdf report. I still generated txt reports. Thanks
  • it actually generates PDF (or HTML) report summary with -R"Project Report" option

    ./testrunner.sh -r -a -FPDF -f/Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/Reports/$(date +%Y_%m_%d__%H_%M_%S) -R"Project Report" -EDefault /Users/myusername/Documents/CORE_API/SoapUI_Test_Projects/Core_API_REST_SoapUI_Project.xml
  • Hi again!

    Sorry, I'm a bit confused. Exactly what reports are generated for you?
    Only the summary report or the summary report AND the PDF report?

    --
    Regards

    Erik
    SmartBear Sweden