Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenoid instead of selenium grid #123

Open
pbezpal opened this issue Sep 30, 2024 · 6 comments
Open

Selenoid instead of selenium grid #123

pbezpal opened this issue Sep 30, 2024 · 6 comments

Comments

@pbezpal
Copy link

pbezpal commented Sep 30, 2024

Is it possible to use Selenoid instead of Selenium Grid for hub?

@shamanec
Copy link
Owner

Isn't Selenoid meant for browser testing? Does it apply for mobile testing with Appium?

@pbezpal
Copy link
Author

pbezpal commented Sep 30, 2024

Yes, this tool supports mobile testing with Appium. Selenoid works similarly to Selenium Grid with slight differences in settings.

@pbezpal
Copy link
Author

pbezpal commented Sep 30, 2024

for example our config files for testing mobile
Снимок экрана 2024-09-30 в 17 02 32
Снимок экрана 2024-09-30 в 17 10 39

@shamanec
Copy link
Owner

shamanec commented Oct 1, 2024

I have to check how the configurations work for Selenoid but currently there is no support - in general I've implemented a custom Appium grid in GADS itself that has a tighter integration, Selenium Grid is just a possible option. What is the benefit of using Selenoid in the context of mobile automation? I don't know if it makes sense to try and support it :)

@pbezpal
Copy link
Author

pbezpal commented Nov 20, 2024

It seems that yes. Selenoid is the equivalent of Selenium Grid, but it’s easier to configure and as far as I know there are no memory leaks and no reboot service required, it works more stably. Also Selenoid is written in Go

@shamanec
Copy link
Owner

It is not on my current plans to integrate with Selenoid but I will check it out - if it is not very hard to integrate I will add it at some point! GADS does not just start Appium servers but aims to be a unified solution because I am all alone and not a very good developer, so it is hard to make it very flexible to allow people to use it any way they want 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants