I don't think there is really much to merge... just peeked at the source for mavenium and there isn't much there. Also appears that its trying to run tests with Selenium, which is not the point of the selenium-maven-plugin, all we do is start the server for remote access, then use the Java API to control Selenium and drive the process from surefire.
I will add an example to the site docs so this is clearer. --jason dan tran wrote: > > looks like mavenium and selenium-maven-plugin at > http://svn.codehaus.org/mojo/trunk/mojo/selenium-maven-plugin/ > may want to merge. > > -D > > > On 12/8/06, David <[EMAIL PROTECTED]> wrote: >> >> You can have a look at mavenium. It's a simple plugin that lets you >> use Selenium-IDE HTML tests in your maven webapp project and >> integrates in maven's build life cycle, stopping it whenever a test >> fails. >> >> Upload to the maven central repository pending. >> >> http://mavenium.sourceforge.net/ >> >> >> David >> >> 2006/10/24, Emmanuel Venisse <[EMAIL PROTECTED]>: >> > Can you move this plugin in MOJO project? >> > >> > Emmanuel >> > >> > Prasad Kashyap a écrit : >> > > We in Geronimo 1.2 also use Selenium in our testsuite. We have >> created >> > > a selenium-maven-plugin to start selenium. >> > > >> > > >> http://geronimo.apache.org/maven/server/maven-plugins/selenium-maven-plugin/index.html >> > > >> > > >> > > We use TestNG to run the tests. Check out the following links for a >> > > basic example. >> > > >> http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/console-testsuite/ >> > > >> > > >> > > Remeber that this is in trunk. So this is work in progress. >> > > >> > > Cheers >> > > Prasad >> > > >> > > On 10/20/06, Mick Knutson <[EMAIL PROTECTED]> wrote: >> > >> Is this plugin available for maven 2? >> > >> >> > >> -- >> > >> >> > >> Thanks >> > >> >> > >> DJ MICK >> > >> http://www.djmick.com >> > >> http://www.myspace.com/mickknutson >> > >> >> > >> >> > > >> > > --------------------------------------------------------------------- >> > > 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] >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/selenium-plugin--tf2483863s177.html#a9138230 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
