Hi ,

A snapshot repository is available at: http://maven.openqa.org/

Have you try jWebUnit (http://jwebunit.sourceforge.net/index.html) instead of Selenium for your functional tests? With jWebUnit, you can run your tests with different engines as htmlunit or Selenium (the Selenium engine is available trough SVN). You will use the htmlunit engine to execute your tests in a background mode (continuous integration) and the selenium engine in a visual mode.

____________________________________________________________________________

Christophe DENEUX / Capgemini Sud / Méditerranée
Technical Leader
Tel: + 33 4 93 72 43 74 / www.capgemini.com
Fax: + 33 4 93 21 02 95
Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice

Join the Collaborative Business Experience
____________________________________________________________________________



Wendy Smoak a écrit :
Is anyone using Selenium for functional testing of webapps?  After
hearing about it a while ago, I finally had a chance to see it in
action at a NFJS show last weekend.  Of course, the first order of
business was getting it to work with a Maven build.

Selenium is not in a Maven repository that I could find, so I
installed the zip in my local repository with mvn install:install-file
... -Dpackaging=zip.

I added a profile which uses dependency-maven-plugin to unzip the
Selenium distribution under 'target', and maven-antrun-plugin to copy
both the selenium 'core' directory and my src/test/selenium folder
containing the tests into the webapp.

The pom with the configuration (profile id=selenium) is here:
http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps/pom.xml

(That pom also has the Cargo plugin configuration which starts Tomcat
and deploys the app.)

More information on installation and how to run the tests for Shale
Mailreader can be found here:
  http://shale.apache.org/shale-apps/selenium.html

Suggestions and questions are welcome. :)  I didn't find anything in
the archives, but I can't possibly be the first one to do this...



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to