maven-soapui-extension-plugin icon indicating copy to clipboard operation
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.

Results 61 maven-soapui-extension-plugin issues
Sort by recently updated
recently updated
newest added

As for SoapUITestCaseRunner, we will need to add features.

task
goal::security-test

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

bug
documentation

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...

improvement
goal::test
goal::test-multi

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

improvement
goal::test-verify

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...

improvement
goal::test-multi

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...

improvement
goal::test

See #101 for use case and #98 for more information

improvement
goal::mock

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...

question
goal::mock

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...

improvement
goal::mock-as-war