2010/10/7 Greg Akins <[email protected]>: > Is anyone using the Selenium plugin? > > I'd like to use the selenese goal to run html test suites; but haven't > had any success getting it to work.
Tiles test webapp is connected to Selenium HTML Selenese tests. It starts the container (Tomcat), runs the tests and stops the container: Checkout this: http://svn.eu.apache.org/repos/asf/tiles/framework/trunk/ do a mvn install, then go in: tiles-test-pom/tiles-test and run: mvn verify -Prun-selenium -Dcargo.tomcat6x.home=<your_tomcat_home> It should work on any container, anyway. HTH Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
