On Mon, Jun 9, 2008 at 7:42 AM, Ben Avery <[EMAIL PROTECTED]> wrote: > > 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?
Your best bet is to use a name for them that can be uniquely identified. Here's an example of how I did this with Selenium tests: http://raibledesigns.com/rd/entry/integrating_selenium_with_maven_2 Matt > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
