Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHello,
You can check here ( http://www.soapui.org/Test-Automation/i ... junit.html ) how to run tests with SoapUITestCaseRunner. In Java doc ( In "Developer's Corner" ) you can find SoapUITestCaseRunner and there you can generating JUnit-style reports with setJUnitReport(boolean junitReport) or set directory with setOutputFolder(java.lang.String outputFolder). I suggest you read check it out.
If you are running maven plugin then you should check these: http://www.soapui.org/Test-Automation/maven-2x.html. File groovy-global.log is managed by groovy, it is outside
soapUI.
robert
/Smartbear
You can check here ( http://www.soapui.org/Test-Automation/i ... junit.html ) how to run tests with SoapUITestCaseRunner. In Java doc ( In "Developer's Corner" ) you can find SoapUITestCaseRunner and there you can generating JUnit-style reports with setJUnitReport(boolean junitReport) or set directory with setOutputFolder(java.lang.String outputFolder). I suggest you read check it out.
If you are running maven plugin then you should check these: http://www.soapui.org/Test-Automation/maven-2x.html. File groovy-global.log is managed by groovy, it is outside
soapUI.
robert
/Smartbear