SeleniumHQ/seleniumhq.github.io

[๐Ÿš€ Feature]: Support custom node types besides chrome/firefox/edge in helm chart

andrii-rymar opened this issue ยท 2 comments

Feature and motivation

Currently Selenium Grid deployed with helm chart only supports 3 main web browsers to run the tests against. It would be great to have a custom node besides chromeNode/firefoxNode/edgeNode to run mobile tests or the tests against another browser supported by Selenium.
Let's say I want to run the mobile tests against Android emulator and I have an image with the node (with relay configured), appium and the emulator itself. It would be nice to have a separate customNode where I can specify this image and something like browserName: android to spin off these nodes when this type is requested by the tests.

@andrii-rymar, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

Whoops, the wrong repo