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

Make Playwright host configurable #4010

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

dean4711
Copy link

Using robotframework-browser within a VS Code devcontainer on a macOS host with --network host is not possible, since the binding when starting Playwright fails. However, when using 0.0.0.0 as host everything works as expected.

Therefore, this merge request makes the host when starting the playwright process configurable.

@aaltat
Copy link
Member

aaltat commented Jan 24, 2025

Thank you for the contribution. Currently our CI is broken because of bug in statuschecker. I will try to fix CI this week and I will rerun your PR when CI is fixed.

By a quick look your code and need looks OK, but I will take a better look when I am able to use bigger screen instead of a mobile.

@allcontributors please add @dean4711 for code.

Copy link
Contributor

@aaltat

I've put up a pull request to add @dean4711! 🎉

@aaltat
Copy link
Member

aaltat commented Jan 24, 2025

This fixes #4012

@aaltat
Copy link
Member

aaltat commented Jan 26, 2025

Looks like there is a bug somewhere and bunch of tests fail. Could you take a look?

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

Successfully merging this pull request may close these issues.

2 participants