I'm interested as well and have been doing some similar work. Are you familiar with the fact that there is allready a dbunit plugin in the mojo sandbox? It (and the sql-maven-plugin) are difficult to find since they are not listed on the mojo website and can only be found in svn.
http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/dbunit-maven-plugin/ http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/sql-maven-plugin/ It looks like both of these were dropped off / initially imported about 3 months ago and have been left abandoned. I'd be interested in getting both pollished up and released. David > -----Original Message----- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 07, 2006 12:14 PM > To: [email protected] > Subject: Re: [mojo-dev] Integration Test Plugin (is there any > interest?) > > I believe there is certainly interest in plugins which can > help automate integration testing. > > I for one would like to check it out and perhaps use it, > depending on my success at writing cactus tests. ;-) > > Wayne > > On 5/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > I wrote an integration test plugin. It: > > 1 compile file from the integration-test directory > > 2 cactify if necessary > > 3 deploy to test server(using cargo) > > 4 run the test > > 5 undeploy > > > > phase 1 and 3 are mostly cut/paste code from > compiler/surefire plugin. > > I plan to send patch to those plugin so they compile/test > IT directory > > but used that method as a workaround. > > > > I use this plugin with JBoss but it should work with any container > > supported by Cargo > > > > I will add DBUnit and JMeter(hopefully) capability. > > > > Alexandre Russel > > > >
