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.
Currently, the report is accurate only if the goal is in pause to let the mock runner registers all mock requests. When the noBlock parameter is set to true, the...
I have post information in this [post of the SoapUI forum](http://forum.soapui.org/viewtopic.php?f=5&t=19820#p45262) ``` it is possible to get the detail of a failure in the junit report by setting the "Complete...
As for SoapUITestCaseRunner, we will need to add features.
This is already available from command line (http://www.soapui.org/Test-Automation/mock-services.html) but this parameter does not exist in SmartBear implementation.
With #38, given a property name, we are able to override this property in all test suites of the project. We should now add an option to restrict this overriding...
If the output parameter is not set, files are generated in project basedir. proposition for default value: ``` ${project.build.directory}/soapui/test-output ```
Currently, we cannot open project that requires a password. This will be ok with this new parameter
As in 5.1.0 and 5.1.1, the SmartBear pro plugin has wrong dependencies - #129 reflections dependency - #130 poi dependency Additional work to do - [ ] create integration tests...
As in 5.1.0, the SmartBear pro plugin has wrong dependencies - #129 reflections dependency - #130 poi dependency Additional work to do - [ ] create integration tests (fix should...