-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
not able to launch the browser inside the docker container #15824
Comments
some time it will gives below error: request = <SubRequest 'ui_login' for <Function test_create_delete_role[ccs.account-admin-chromium]>>
testcases/conftest.py:84: testcases/conftest.py:62: in ui_login self = <playwright._impl._connection.Channel object at 0x4009f32b50>, method = 'newContext', params = {}
E playwright._impl._api_types.Error: Browser closed. /opt/pyenv/versions/3.8.6/lib/python3.8/site-packages/playwright/_impl/_connection.py:78: Error request = <SubRequest 'ui_login' for <Function test_create_delete_role[ccs.account-admin-chromium]>>
testcases/conftest.py:84: testcases/conftest.py:62: in ui_login self = <playwright._impl._connection.Channel object at 0x4009f32b50>, method = 'newContext', params = {}
E playwright._impl._api_types.Error: Browser closed. /opt/pyenv/versions/3.8.6/lib/python3.8/site-packages/playwright/_impl/_connection.py:78: Error |
Try run tests inside the container using headless: true. I quite sure it will help |
tried it did not work |
What's your container architecture and what's your MacOS architecture? |
Did it still show these errors: |
yes |
iam getting below error: E playwright._impl._api_types.Error: Browser closed. |
Hey @Gopala7721, Could you please re-file, filling in the issue template and answering the questions about your host machine architecture, exact docker command that you run, and the simple script that reproduces the issue? Thanks! |
Hi @Gopala7721 , |
how to disable it? PWDEBUG=0 |
Virtualenv System |
tried did not work . |
Same problem |
Context:
Add any other details about the problem here.
The text was updated successfully, but these errors were encountered: