Re: running selenium fire fox tests through jenkins on a linux server

2012-08-28 Thread Richard Lavoie
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 webdrive

running selenium fire fox tests through jenkins on a linux server

2012-08-28 Thread Suresh Reddy
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