Great.. I am still plugging away on my own version, however, I look forward to seeing how you have set things up.
I can definitly do the db setup via a pre/post goal. That is how I am exporting the inital data. However, i am also looking at JellyJunit to see how that could be used instead. Thanks, Eric -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 10:41 AM To: Turbine Maven Users List Subject: Re: RE: Is there a Canoo Webtest Plugin available?! Okay, I come back to you with the plugin on Thursday since I'm currently not at my customer's site. By the way, is it possible to do your DB setup using a pre/postGoal?! Current State of Work ========================================= +) I seperated the Canoo Webtest files into a webtest directory - this allows to migrate ANT users to MAVEN. I think I will have a couple of test files anyway and I would like to have them in one directory +) I'm currently starting ANT in a seperate VM for running the test files. I would be much nicer to execute the webtest file within MAVEN but I don't know if this is possible. At least Canoo Webtest runs with the current JARs of Maven B6 +) The generated reports are then transformed with a seperate XALAN process using the official Canoo Webtest stylesheets into target/docs/webtest So far, it is a hack .... TODO ========================================= +) Cleaning up the dependencies +) Do the XML transformation with DVSL producing XDOC +) Need a way to find out that a webtest execution has failed ... I failed doing that with Jelly ... :-( +) Generate a master report with links to the individual test reports including a result status (passed/failed) Thanks Sigi Send reply to: "Turbine Maven Users List" <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Is there a Canoo Webtest Plugin available?! Date sent: Tue, 1 Oct 2002 09:25:55 -0400 > Siegfried, > > I started working on trying to integrate Maven and a junit test calling an > ant task to call webtest's and ended up with a big mess.. Especially in > transforming the results back to a nice document. Could you share your > plugin and I'll take a stab at integrating it? What has added complexity > for me is that I am setting up my websites database using dbunit before and > after my tests. > > Eric Pugh > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 3:02 PM > To: Turbine Maven Users List > Subject: RE: Is there a Canoo Webtest Plugin available?! > > > As an enthusiastic Maven user I hacked a plugin > together but I found out that it is not sooo simple: > > +) For a project I will have multiple ANT files each > representing an use case (I would like to seperate the > test scripts from the maven.xml - just in case someone > migrates to Maven) . Each ANT file creates one ore > more TestSummaries. I'm currently able to transform all > of the reports but I would like to use DVSL to create > XDOC. > > +) I found no simple way to determine if one of the test > failed. I don't know if there is a result code of an ANT > invocation somewhere and I tried to use JELLY for > parsing the TestSummaries and to extract the result > using XPATH but I failed miserably (I sometimes think > I'm too dumb for JELLY). Basically I need a way to run > multiple test and generating a big red/green sign. > Otherwise the user has to check all of the reports > manually. > > > Any help would be extremly appreciated - I would love > to write a useful plugin but I don't have the time to dig > into the internals of Canoo Webtest. > > Thanks > > Siegfried Goeschl > CTO > ================================= > IT20one GmbH > mail: [EMAIL PROTECTED] > phone: +43-1-9900046 > fax: +43-1-52 37 888 > www.it20one.at > > > Send reply to: "Turbine Maven Users List" > <[EMAIL PROTECTED]> > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Is there a Canoo Webtest Plugin > available?! > Date sent: Mon, 30 Sep 2002 14:29:16 -0400 > > > I don't believe there is, but since you can just drop ant tasks into your > > maven.xml file, it is very easy to integrate! I would love to see > something > > tuned for Maven however. > > > > Eric > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Monday, September 30, 2002 2:27 PM > > To: [EMAIL PROTECTED] > > Subject: Is there a Canoo Webtest Plugin available?! > > > > > > Recently I came along the Canoo Webtest (Web UI > > Testing based on HTTPUnit) and it looks like cool ... > > has anybody written a Maven plugin for that?! > > > > Thanks > > > > > > Siegfried Goeschl > > CTO > > ================================= > > > > IT20one GmbH > > mail: [EMAIL PROTECTED] > > phone: +43-1-9900046 > > www.it20one.at > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > Siegfried Goeschl > CTO > ================================= > > IT20one GmbH > mail: [EMAIL PROTECTED] > phone: +43-1-9900046 > www.it20one.at > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
