I want to run selenium tests outside of the normal build cycle. They're working right now in the integration-test phase, but I can't allow them to run from the build server (they'll fail).
It seems like I'll need to define a custom lifecycle, but I don't completely understand everything I'll need to do to accomplish that. Rather than just running the selenium goals, I'd like to keep the tomcat startup, cargo, junit execution and selenium server start in one tasks.. so I don't think it's enough to just run the selenium task. Thoughts? -- Greg Akins http://insomnia-consulting.org http://www.pghcodingdojo.org http://pittjug.dev.java.net http://twitter.com/akinsgre http://www.linkedin.com/in/akinsgre --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
