SoapUI script logging content access when running with Maven or command line
Hi, All the Groovy script log contents of a test step or from ascript assertion of a request test step, can be fetched using the below line com.eviware.soapui.SoapUI.logMonitor.getLogArea("script log") ) cos we defining the log area here as script log . fine ... This is fine if we add this line of script as part of set up or a tear down script of a test case and when the execution happens from SoapUI GUI tool... But same will not work when we using testRunner or Maven plugin to run the project file, as it can not instantiate the getLogArea because I guess the logMonitor is meant for only UI tool... Do we have any way to make this possible when running the project file using Maven in a comman line or any work around also will be helpful... Thanks & Warm Regards MusaffirSolved6.3KViews0likes8Comments