ContributionsMost RecentMost LikesSolutionsI am getting No such property: report for class:com.eviware.soapui.impl.wsdl.panels.support.MockTest Hi My groovy script below is throwing me this error "groovy.lang.MissingPropertyException: No such property: DEC for class: com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner import com.aventstack.extentreports.ExtentReports; import com.aventstack.extentreports.ExtentTest; import com.aventstack.extentreports.reporter.ExtentSparkReporter; import com.aventstack.extentreports.reporter.configuration.Theme; import com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner; import com.eviware.soapui.impl.wsdl.testcase.WsdlTestRunContext; import com.aventstack.extentreports.markuputils.CodeLanguage; import com.aventstack.extentreports.markuputils.MarkupHelper; import com.aventstack.extentreports.markuputils.ExtentColor; import com.eviware.soapui.SoapUI