Forum Discussion
SmartBear_Suppo
Alumni
12 years agoActually I think redfish4ktcd got the runners mixed up in his reply. You need to get the command line runner and then read the properties "host" and "outputFolder" on it, like so:
def def runner = com.eviware.soapui.SoapUI.cmdLineRunner
def myHost = runner.host
def myOutputFolder = runner.outputFolder
Hope this helps,
Manne
def def runner = com.eviware.soapui.SoapUI.cmdLineRunner
def myHost = runner.host
def myOutputFolder = runner.outputFolder
Hope this helps,
Manne