fix: migrate playwright-go to mxschmitt/playwright-go v0.6100.0 - #80
Merged
Merged
Conversation
The Playwright /builds/driver CDN (azureedge) has been shut down by Microsoft. Driver archives for macOS and Windows were deleted, causing 404 errors during `playwright install`. v0.6100.0 assembles the driver from npm + nodejs.org instead of the deprecated CDN (mxschmitt/playwright-go#615). The module path also moved from playwright-community to mxschmitt. Refs: SECURESIGN-4984 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR Summary by QodoMigrate playwright-go dependency to mxschmitt/playwright-go v0.6100.0
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
This was referenced Jul 8, 2026
Merged
Member
Author
osmman
approved these changes
Jul 8, 2026
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.
Summary
playwright-community/playwright-gotomxschmitt/playwright-gov0.6100.0/builds/driverCDN (azureedge) has been shut down by Microsoft — driver archives were progressively deleted, causing 404 errors on macOS and Windows duringplaywright installplaywright-core) + nodejs.org (Node.js binary) instead of the deprecated CDN (PR #615)Changes
go.mod—playwright-community/playwright-go v0.6000.0→mxschmitt/playwright-go v0.6100.0test/rekorsearchui/rekor_search_sign_verify_test.go— updated import pathscripts/Makefile— updatedgo runinstall commandOther repos that also need updating
Tracked in SECURESIGN-4984:
pipelines—tasks/integration-test/sigstore-e2e.yaml:152secure-sign-operator—.github/workflows/main.yml:674releases—.github/workflows/cross-platform-tests.yml:442sigstore-e2e(main branch) —.github/workflows/e2e.yml:134References
Test plan
go run github.com/mxschmitt/playwright-go/cmd/playwright@v0.6100.0 install --with-depsworks on macOS, Windows, Linux🤖 Generated with Claude Code