Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: selenium-plugin
-
Labels:None
-
Similar Issues:
Description
It would be ideal to be able to tunnel the communication between sleniumRC running on a slave and the selenium master running in the jenkins master through the master/slave channel. This way there would be no extra configuration required for the master and slave seleniums to communicate correctly.
I don't really understand how this is supposed to work. Selenium grid and nodes communicate with each other bi-directionally over http, jenkins is not involved at all in this communication process. How would I tunnel this over the master/slave channel?