We want to run selenium backed jwebunit tests from our hudson server. We have a couple of selenium rc servers already on our network which I’d like to reuse.
However, how can I configure jwebunit to use those servers as I would like to avoid installing a slenium rc server on the hudson. Building is already work enough without starting/stopping firefoxes.
Have you tried Selenium Grid and then you just point your tests at the Selenium Grid Hub and your tests never have to know where the Selenium Remote Control servers are.
https://github.com/SeleniumHQ/selenium/wiki/Grid2