Skip to content

chore: don't have Playwright globally installed in Docker image #1921

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

Merged
merged 1 commit into from
May 16, 2023

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented May 16, 2023

Background: We by accident were installing the temporary snapshot release globally inside the Docker container.
Fix: We instead install Playwright in a virtualenv, so only the deps + browsers are installed like we promise.

-> no global installed Playwright library anymore.

Fixes microsoft/playwright-pytest#169

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.

Updating playwright (1.33.0 /tmp/playwright-1.33.0-py3-none-manylinux1_x86_64.whl -> 1.33.0)
2 participants