fix: bump playwright-go to v0.6100.0 (mxschmitt)#1296
Conversation
- Move module path from playwright-community to mxschmitt: the playwright-community org was archived and the project transferred to mxschmitt (same maintainer; upstream PR codeready-toolchain#619). - v0.6100.0 also fixes retired Azure CDN driver downloads that caused 404s when installing Playwright 1.52.0 browsers (npm/nodejs install). - Adapt RecordVideo.Dir to *string for the new API. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Feny Mehta <fbm3307@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
📜 Recent review details⏰ Context from checks skipped due to timeout. (3)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (9)
WalkthroughThis PR migrates the Playwright Go dependency from github.com/playwright-community/playwright-go to github.com/mxschmitt/playwright-go, updating go.mod and all import references across test and testsupport files, plus one API call adjustment wrapping traceDirectory with playwright.String in setup.go. ChangesPlaywright Go dependency swap
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, fbm3307 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |



playwright-community/playwright-go v0.5200.0).github.com/mxschmitt/playwright-go v0.6100.0. Theplaywright-communityorg was archived and the project transferred tomxschmitt(same maintainer; see upstream PR #619). This is a module-path rename of the same project, not a different library.go.modrequire +toolstanza,go mod tidy, and adaptRecordVideo.Dirto*stringfor the new API. Makefile still usesgo tool playwright install firefox(resolved via the updatedtoolstanza).Summary by CodeRabbit