Skip to content

chore: migrate from playwright-community org to mxschmitt#619

Merged
mxschmitt merged 1 commit into
mainfrom
chore/migrate-to-mxschmitt
Jun 26, 2026
Merged

chore: migrate from playwright-community org to mxschmitt#619
mxschmitt merged 1 commit into
mainfrom
chore/migrate-to-mxschmitt

Conversation

@mxschmitt

@mxschmitt mxschmitt commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Motivation

The playwright-community GitHub organization is archived and no longer active. This repository has moved to github.com/mxschmitt/playwright-go, where it will continue to be maintained.

This PR rewrites all references to the old owner so the codebase matches its new home.

Changes

  • Go module renamego.mod and every internal import updated from github.com/playwright-community/playwright-gogithub.com/mxschmitt/playwright-go (go.mod, page.go, browser_context.go, connection.go, cmd/, scripts/, all examples/ and tests/).
  • README — badges (PkgGoDev, Go Report Card, build status, flakiness.io, Coveralls), install/import instructions, and example-recipe links. Also removed the now-obsolete "Looking for maintainers" note.
  • CONTRIBUTING — Coveralls URL.
  • CI (.github/workflows/build.yml) — -coverpkg. FLAKINESS_PROJECT is intentionally left as playwright-community/playwright-go for now.
  • Issue template — Discussions link and import example.
  • Jekyll (_config.yml) — Pages url and github_username.

Compatibility

GitHub's automatic redirect keeps existing go get github.com/playwright-community/playwright-go resolving, so current users are not immediately broken. New code should import github.com/mxschmitt/playwright-go.

Follow-up (post-merge)

External service projects need to be re-provisioned under the mxschmitt owner or their badges will 404:

  • Coveralls repo link
  • GitHub Pages site (https://mxschmitt.github.io/playwright-go/)
  • flakiness.io project (left on the old name in this PR)

Verification

  • go build ./..., go vet ./..., go mod verify → all clean
  • Confirmed the connection.go source-path regex and the ms-playwright-go cache-dir name were left untouched (those reference the repo name, not the owner).

@mxschmitt mxschmitt force-pushed the chore/migrate-to-mxschmitt branch 2 times, most recently from a5cc6ea to 1285ffa Compare June 26, 2026 18:55
The playwright-community GitHub organization is archived and inactive. The
repository now lives at github.com/mxschmitt/playwright-go and will continue
to be maintained by Max Schmitt (original author per LICENSE).

This rewrites all owner references to mxschmitt:
- Full Go module-path rename in go.mod and all internal imports
- README badges, install/import instructions, and example links
- CONTRIBUTING Coveralls URL
- CI: FLAKINESS_PROJECT and -coverpkg
- Issue template and Jekyll _config.yml (Pages URL + username)
- Removed the obsolete "Looking for maintainers" README note

GitHub's redirect keeps existing 'go get github.com/playwright-community/playwright-go'
working, so existing users are not immediately broken; new code should import
github.com/mxschmitt/playwright-go.
@mxschmitt mxschmitt force-pushed the chore/migrate-to-mxschmitt branch from 1285ffa to 719371f Compare June 26, 2026 18:57
@mxschmitt mxschmitt merged commit e6b3183 into main Jun 26, 2026
22 checks passed
@mxschmitt mxschmitt deleted the chore/migrate-to-mxschmitt branch June 26, 2026 19:17
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.

1 participant