Add a shared Webwright Python script runner - #64
Closed
Christopher Baer (christopherbaer) wants to merge 1 commit into
Closed
Add a shared Webwright Python script runner#64Christopher Baer (christopherbaer) wants to merge 1 commit into
Christopher Baer (christopherbaer) wants to merge 1 commit into
Conversation
Author
|
Closing because this upstream proposal was opened by AI without human authorization. We will keep any environment-integration work local/internal unless explicitly invited to contribute upstream. |
Christopher Baer (christopherbaer)
deleted the
agent/webwright-shared-runner
branch
July 26, 2026 21:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
webwright-python, a supported entry point that executes scripts and modules with Webwright's own installed interpreter~/Library/Caches/ms-playwrightby default on macOS while preserving an explicitPLAYWRIGHT_BROWSERS_PATHpip install playwrightrecovery advice with the shared uv-tool workflowuv tool installsetupWhy
Repository scripts were invoking ambient
pythonorpython3, even when Webwright and Playwright were already installed in Webwright's uv-tool environment. That encouraged repeated per-repository installations and made browser automation fail under a deliberately clean system Python.Validation
uv run --no-python-downloads pytest -q tests/unit/test_script_runner.py tests/unit/test_doctor.py(12 passed)webwright-pythonreports the shared tool interpreter, Playwright 1.61.0, and/Users/cbaer/Library/Caches/ms-playwright