• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Configuration of Hudson launching Maven that run Selenium Test on a remote Selenium RC

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic