Re: [rspec-users] Mulitbrowser selenium ruby

2008-11-05 Thread Togetherne Togetherne
Joseph Wilk wrote: > We run Integration tests across multi browsers simultaneously using > Selenium Grid. Perhaps you could use that (I believe it comes with ant > tasks that do some of the magic). Thanks Joseph i looked at selenium grid and it seems to be the answer to all my problems!! thank y

Re: [rspec-users] Mulitbrowser selenium ruby

2008-10-24 Thread Joseph Wilk
Togetherne Togetherne wrote: Anyone have any ideas on how i can do this using rspec? We run Integration tests across multi browsers simultaneously using Selenium Grid. Perhaps you could use that (I believe it comes with ant tasks that do some of the magic). http://selenium-grid.openqa.org/

[rspec-users] Mulitbrowser selenium ruby

2008-10-24 Thread Togetherne Togetherne
Hope all is well, Striaght to the point I wonder if someone has any ideas to help me with the following problem: I have written an automation framework in ruby, that uses selenium and rspec and is run by an ant task, as thats the build process that is implemented here. Im currently running all m