Re: Running Selenium tests against a running selenium server

2009-07-07 Thread Brett Porter
makes sense to me On 08/07/2009, at 8:11 AM, Carlos Sanchez wrote: yes, at some point it should be under a different profile, just need to try first in a branch and then see how complex the profiles will get On Tue, Jul 7, 2009 at 3:02 PM, Brett Porter wrote: Would these reside under a profil

Re: Running Selenium tests against a running selenium server

2009-07-07 Thread Carlos Sanchez
yes, at some point it should be under a different profile, just need to try first in a branch and then see how complex the profiles will get On Tue, Jul 7, 2009 at 3:02 PM, Brett Porter wrote: > Would these reside under a profile? > > On 08/07/2009, at 7:54 AM, Carlos Sanchez wrote: > >> Hi, >> >>

Re: Running Selenium tests against a running selenium server

2009-07-07 Thread Brett Porter
Would these reside under a profile? On 08/07/2009, at 7:54 AM, Carlos Sanchez wrote: Hi, I am trying to run the selenium tests against a running server, particularly a Selenium Grid setup that has several combinations of browsers and OSs. I was planning to start a new branch for continuum-weba

Running Selenium tests against a running selenium server

2009-07-07 Thread Carlos Sanchez
Hi, I am trying to run the selenium tests against a running server, particularly a Selenium Grid setup that has several combinations of browsers and OSs. I was planning to start a new branch for continuum-webapp-test for experimenting and maybe later merge into trunk. Any objections?