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

Question: Integrating a custom framework #1436

Open
offdesk opened this issue Sep 5, 2024 · 1 comment
Open

Question: Integrating a custom framework #1436

offdesk opened this issue Sep 5, 2024 · 1 comment

Comments

@offdesk
Copy link

offdesk commented Sep 5, 2024

I run a keyword based automation framework that uses selenium. The framework executable runs json scripts that translate keywords into selenium commands. The framework is run as an executable. I would like to add the framework to my docker images. Two questions: 1) can Selenoid launch my executable when Selenoid runs, and 2) is there a way my framework can communicate with Selenoid to inform it when a test starts and stops (e.g. API) so the Selenoid UI can display running tests? Programmatically setting capabilities as well?

@vania-pooh
Copy link
Member

@offdesk Selenoid is just an API to launch browsers. It is not even aware you are launching tests. So everything outside of manipulating browsers is out of Selenoid scope. What you are describing is test automation report \ CI responsibility.

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