How can I tell JWebUnit to contact specific Selenium servers
Posted
by Peter Tillemans
on Stack Overflow
See other posts from Stack Overflow
or by Peter Tillemans
Published on 2010-05-31T12:23:36Z
Indexed on
2010/06/01
8:03 UTC
Read the original article
Hit count: 293
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.
© Stack Overflow or respective owner