Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
sure.. try the following:
import com.eviware.soapui.SoapUI
// running from commandline?
if( SoapUI.cmdLineRunner != null )
{
def outputFolder = SoapUI.cmdLineRunner.outputFolder
...
}
does that work ok?
regards!
/Ole
eviware.com
sure.. try the following:
import com.eviware.soapui.SoapUI
// running from commandline?
if( SoapUI.cmdLineRunner != null )
{
def outputFolder = SoapUI.cmdLineRunner.outputFolder
...
}
does that work ok?
regards!
/Ole
eviware.com