I'm also writing some tests for the web services I've deployed, but am struggling to get the tests running at the right point. I've written them as junit tests, but don't want them to run in the test lifecycle phase, but rather run during the integration-test phase, when the webapp is running via the cargo plugin.
what would be the best way to get these tests running in the integration-test phase? and also to exclude them from being picked up as runnable in the test phase, when the webapp isn't running? thanks BA mraible wrote: > > This may help: > > http://xfire.codehaus.org/Testing+Your+XFire+Services > > Matt > > -- View this message in context: http://www.nabble.com/test-framework-for-web-services-tp14820875s2369p17733069.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
