I am working on v2.1 of selenium plugin which will hopefully get released by the end of the week to integrate selenium hub + nodes in jenkins (making a cluster of nodes out of jenkins node)
It all dependa on how you want to execute the selenium tests. If you use direct implementations webdrivers instead of remote webdriver through grid, you are likely to run into problems of display. What kind of problems are you running into ? Richard On 2012-08-28, at 07:21, Suresh Reddy <sureshreddycrs...@gmail.com> wrote: > Hi, > > I have a few test cases which are created using selenium webdriver and java. > Now i want to run these test through a jenkins server( running on linux) > which is located at a different place.So i have uploaded my project on a > subversion and tried to run the tests by invoking ant ..ant all of them are > failing due to configuration error...do I need to install any plugins to run > the tests? > > Regards > Suresh