Forum Discussion

zeeshaw's avatar
zeeshaw
Occasional Visitor
6 years ago

SoapUI Version 5.4 - testrunner.sh is not working on Linux Red Hat

I'm trying to generate a report which simply hits a RestAPI endpoint via linux. I'm getting no errors however there is no report being generated at the specified location. 

 

 

Through the CLI I'm typing:

 

/home/<username>/SoapUI-5.4.0/bin/testrunner.sh "/home/<username>/SoapUI-5.4.0/bin/reports/loadtest/REST-Project-1-soapui-project.xml" -r -f "/home/<username>SoapUI-5.4.0/bin/reports/outputs/"

 

My output is:


================================
=
= SOAPUI_HOME = /home/<username>/SoapUI-5.4.0
=
================================
2018-07-02 12:21:49,924 [main] WARN com.eviware.soapui.SoapUI - Could not find jfxrt.jar. Internal browser will be disabled.
SoapUI 5.4.0 TestCase Runner
12:21:50,070 INFO [DefaultSoapUICore] Creating new settings at [/home/<username>/soapui-settings.xml]
12:21:50,615 INFO [PluginManager] 0 plugins loaded in 1 ms
12:21:50,615 INFO [DefaultSoapUICore] All plugins loaded
12:21:51,087 INFO [WsdlProject] Loaded project from [file:/home/<username>/SoapUI-5.4.0/bin/reports/loadtest/REST-Project-1-soapui-project.xml]
12:21:51,090 INFO [SoapUITestCaseRunner] Running SoapUI tests in project [REST Project 1]
12:21:51,091 INFO [SoapUITestCaseRunner] Running Project [REST Project 1], runType = SEQUENTIAL
12:21:51,094 INFO [SoapUITestCaseRunner] Project [REST Project 1] finished with status [FINISHED] in 0ms

SoapUI 5.4.0 TestCaseRunner Summary
-----------------------------
Time Taken: 4ms
Total TestSuites: 0
Total TestCases: 0 (0 failed)
Total TestSteps: 0
Total Request Assertions: 0
Total Failed Assertions: 0
Total Exported Results: 0

No RepliesBe the first to reply