maven-soapui-extension-plugin
maven-soapui-extension-plugin copied to clipboard
This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.
As for SoapUITestCaseRunner, we will need to add features.
Missing rsyntaxtextarea, see http://www.soapui.org/forum/viewtopic.php?f=13&t=13300 Only missing in the OSS plugin, PRO seems ok. So our plugin should not have any issue
This is what is done in - SoapUI JUnit-Style HTML Reports (see http://www.soapui.org/Reporting/junit-style-html-reports.html) - this blog post: http://blog.infostretch.com/customizing-soapui-reports (used for initial implementation of our junit collector, see #42) This is...
Will allow to skip verification in Jenkins as suggested in #72 We could also skip verification when the `maven.test.skip` java system property is set
Currently, all logs will be stored in the same log files as for the test goal, see #101 When this parameter is set to true, we will create log files...
Use cases - several executions in the same maven module - soapui project runned in several multi modules Currently, as we are in the same jvm, the log configuration is...
See #101 for use case and #98 for more information
Would it be possible to have one log file "global-groovy.log" (and 2 other log files) per module ? In fact with multi-module maven project there is only one directory soapui/logs...
Rationale: see #101 and #102
Currently, there are too much logs (expecially when creating the fake soapui home and downloading dependencies) With this parameter, we could keep the log console clean by defaut but also...