Hi! Just setup selenium tests to run as described http://raibledesigns.com/rd/entry/integrating_selenium_with_maven_2. Cant find the reason why simple test failed with message:
open /home.html clickAndWait button_do Element button_do not found (in original application there is button_do element) or if there is a link "Login" on a page then error message about link not found. (in original application there is link with label Login) It's difficult to see what happens during the tests. Firefox opens just for a few seconds and the closes. When I run "mvn cargo:start selenium:start-server" and enters same url as in test - it's not available: http://localhost:8081/selenium-server/core/TestRunner.html?auto=true&multiWindow=true&baseUrl=http%3A%2F%2Flocalhost%3A8081%2Ftickets-1.0-SNAPSHOT%2F&resultsUrl=../postResults&test=http://localhost:8081/selenium-server/tests/TestSuite.html It looks like ant script does something more... Is there a way to prevent firefox from closing on error? Or, Is there a kind of log or debug information to trace problem? (except generated selenium-firefox-results.html) Or, run selenium tests in background mode? Thanks! -- View this message in context: http://www.nabble.com/selenium-run-error-tf3960410s2369.html#a11238500 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
