mraible wrote: > > > 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 >
hi Matt, that worked perfectly, thanks. The bit I hadn't figured out was to configure the integration tests in the integration-test profile section of the POM, and to override the default surefire plugin configuration in the pom file as well, to skip the web service tests. another gotcha (for me, at least) was that when deployed under Tomcat via the Cargo plugin, all URLs must start with the webapp name, e.g. http://localhost:8081/myproject-webapp-1.0.1-Continuous/services/UserService, whereas the app runs from the root URI when using the Jetty plugin. Ben -- View this message in context: http://www.nabble.com/test-framework-for-web-services-tp14820875s2369p17755711.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]