Hi,
Could you point me which plugin i should use to do the following:
On a Server A, I have Hudson (continuous integration) installed.
On a Server B, I have Selenium RC server installed (and running).
Each night, a full build is executed on the Server A (with latest version of the sources stored in svn).
I would like that my Selenium Tests Cases (and Suites) are started during this build from the Server A but the execution of the Tests should be done on the Server B (remotely from
Maven thus).
How can I do that ???
Thanks for help.
Stephane