groupon / Selenium-Grid-Extras

Simplify the management of the Selenium Grid Nodes and stabilize said nodes by cleaning up the test environment after the build has been completed
BSD 3-Clause "New" or "Revised" License
536 stars 209 forks source link

Integrate a new servlet with existing grid extras code for extracting node information #202

Open sohammukherjee opened 8 years ago

sohammukherjee commented 8 years ago

Currently there is only one servlet written in the code and that is ProxyStatusJsonServlet. And this is also deprecated. But there is a number of way through which we can create an api to get all the available node information. For that we have to include our own servlet to the existing code. And i think these node information are very much useful for maintaining a huge grid. But whenever I include my own servlet in "com.groupon.seleniumgridextras.grid.servlets" package and build that, my hub fails to start. Please look into this matter. I thing a solution to this will help a lot of people.

smccarthy commented 8 years ago

@sohammukherjee Is this a duplicate of https://github.com/groupon/Selenium-Grid-Extras/issues/228 ? If so I can close one of these. It is definitely on the radar to add the ability for classpaths for nodes in the near future.

smccarthy commented 8 years ago

@sohammukherjee Any update ? We added the ability to add items to the node and hub classpath.