I ran this ant target. I am not sure where the config file came in? <target name="selenium-run-all-tests-explorer" description="Run the Selenium tests"> <mkdir dir="${jrun.home}/servers/${jrunserver.name}/default-ear/default-war/sel eniumLogs/${product}-user/"/> <delete file="${jrun.home}/servers/${jrunserver.name}/default-ear/default-war/se leniumLogs/${product}-user/selenium-results.html"/> <java classname="com.thoughtworks.selenium.runner.SeleniumRunner" fork="true" failonerror="true"> <classpath refid="runner.classpath"/> <sysproperty key="test.selenium.log.dir" value="${jrun.home}/servers/${jrunserver.name}/default-ear/default-war/s eleniumLogs/${product}-user/"/> <sysproperty key="test.selenium.results" value="http://${app.host}:${app.port}/selenium-results/postResults"/> <sysproperty key="test.selenium.runner" value="http://${app.host}:${app.port}/alumni-tests/testRunner.html?auto= true&resultsUrl=http://${app.host}:${app.port}/selenium-results/post Results"/> <sysproperty key="test.selenium.browser.visible" value="true"/> <sysproperty key="test.selenium.maximum.poll.attempts" value="50"/> <sysproperty key="java.library.path" value="../shared/tools/selenium/lib/"/> </java> </target>
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie Orchard-Hays Sent: Wednesday, August 03, 2005 1:18 PM To: selenium-users@lists.public.thoughtworks.org Subject: Re: [Selenium-users] cruise control Did you use SeleniumRunner with SeleniumRunnerConfig? Jamie On Aug 3, 2005, at 12:38 PM, Skriloff, Nicholas wrote: > I found that even when I build out the project that there were some > issues when the java class continuously queries selenium to see if the > tests finished. The work around was to know how long the tests would > take at most and then query the postResults servlet at that point. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf > Of Jamie Orchard-Hays > Sent: Wednesday, August 03, 2005 12:02 PM > To: selenium-users@lists.public.thoughtworks.org > Subject: Re: [Selenium-users] cruise control > > Thanks, Darren. I've been reading your code. I had had the compiled > war from Nick, but was missing the source, the runner and some other > stuff. I've started down a similar path with Ruby. Now that I have > the full java source and missing components, I'll have to determine > which avenue is more time-efficient for me. > > Thanks to Greg and Alex for replying as well. > > Jamie > > > On Aug 3, 2005, at 5:02 AM, Darren Cotterill wrote: > > >> Hi, >> >> I've added a Java solution to JIRA - see here : >> >> http://lists.public.thoughtworks.org/pipermail/selenium-users/2005- >> June/000626.html >> >> If you want to try this, let me know if you have any questions. >> >> Cheers, >> Darren. >> >> On 8/3/05, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote: >> >> >>> I'm curious how any of you have integrated Selenium tests into >>> Cruise >>> Control. >>> >>> regards, >>> >>> Jamie >>> _______________________________________________ >>> Selenium-users mailing list >>> Selenium-users@lists.public.thoughtworks.org >>> http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users >>> >>> >>> >> _______________________________________________ >> Selenium-users mailing list >> Selenium-users@lists.public.thoughtworks.org >> http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users >> >> > > _______________________________________________ > Selenium-users mailing list > Selenium-users@lists.public.thoughtworks.org > http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users > _______________________________________________ > Selenium-users mailing list > Selenium-users@lists.public.thoughtworks.org > http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users > _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users