Roll to v1.61.1
This release rolls the bundled Playwright driver to v1.61.1 (Chromium 149.0.7827.55, Firefox 151.0, WebKit 26.5).
Important
This release pins a new driver version. After upgrading, reinstall the driver:
go run github.com/mxschmitt/playwright-go/cmd/playwright@v0.6100.0 install --with-deps
Note
The module path has moved from github.com/playwright-community/playwright-go to github.com/mxschmitt/playwright-go. Update your imports accordingly.
What's Changed
- docs: fix broken links and tidy README/CONTRIBUTING by @mxschmitt in #613
- ci: only cancel in-progress runs for pull requests by @mxschmitt in #614
- test: add reusable withRetry helper for flaky WebKit folder upload by @mxschmitt in #616
- feat: assemble driver from npm + nodejs.org instead of deprecated CDN by @mxschmitt in #615
- chore: roll to Playwright v1.61.1 by @mxschmitt in #617
- feat: allow PLAYWRIGHT_CLI_PATH to point directly at cli.js by @mxschmitt in #618
- chore: migrate from playwright-community org to mxschmitt by @mxschmitt in #619
- docs: fix coveralls badge not rendering in README by @mxschmitt in #620
Full Changelog: v0.6000.0...v0.6100.0