redfish4ktc / maven-soapui-extension-plugin

This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.
Apache License 2.0
45 stars 22 forks source link

Add a test-multi goal: test multiple soapui projects easily #88

Closed redfish4ktc closed 10 years ago

redfish4ktc commented 10 years ago

A lot of people have requested this in the past (see the wiki page for instance).

We should have a new goal for this and let the user specify more than one soapui project. Adding a projectFiles parameter should be ok.

redfish4ktc commented 10 years ago

1st working implementation is available in the feature-88-add-test-multi-goal branch.

redfish4ktc commented 10 years ago

Implementation seems stable. Documentation has been started in the wiki.

redfish4ktc commented 10 years ago

Merged into master. Fixed in 4.6.3.1

redfish4ktc commented 10 years ago

Initial implementation only supports maven 3.0.x+. For 2.2.1 support, see #108