what stackpulse tracks
Playwright releases from GitHub
StackPulse watches Playwright release notes and keeps the original source link close to every summary.
Reliable end-to-end testing for modern web apps StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Playwright release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
Bug fixes for custom matchers, UI mode, trace viewer, and sync loader issues.
view source on github->This release introduces WebAuthn passkeys support via the new Credentials API, enabling tests to simulate hardware key authentication. Additionally, a new WebStorage API allows for direct interaction with localStorage and sessionStorage, and several improvements have been made to network, browser, and test runner functionalities.
Developers using Playwright for testing WebAuthn passkeys or WebStorage functionalities will benefit from the new APIs.
Update to version 1.61.0 to utilize the new Credentials and WebStorage APIs.
This release introduces HAR recording as a first-class tracing API, adds new drag-and-drop simulation capabilities, and enhances ARIA snapshot functionality. It also introduces a new `test.abort()` method for terminating tests early and adds several new APIs for browser, context, and page events.
Developers using deprecated APIs or those needing enhanced testing capabilities for HAR, drag-and-drop, and ARIA snapshots are affected.
Update code to replace deprecated APIs with their recommended alternatives.
This release addresses a regression on Windows where hiding the console window during browser process spawning caused issues with `codegen`, `--ui`, and `show` commands.
Windows users who experienced issues with `codegen`, `--ui`, or `show` commands are affected.
Update to v1.59.1 to resolve the regression.
This release introduces a new `page.screencast` API for capturing page content with advanced features like screencast recordings, action annotations, and visual overlays. Additionally, the `browser.bind()` API enhances interoperability by allowing launched browsers to be connected to by various clients.
Developers using Playwright for screencasting, browser interoperability, and observability will benefit from these new features.
Explore the new `page.screencast` and `browser.bind()` APIs to leverage the enhanced capabilities.
This release includes fixes for the trace viewer paths via stdin and removes the forced use of swiftshader on Chromium for Mac.
Users relying on trace viewer paths via stdin or using Chromium on Mac may be affected.
This release focuses on fixing local network permissions for Microsoft Edge and updating the download location for CFT. Additionally, frame sessions are disabled on frozen WebKit builds.
Users relying on local network permissions in Microsoft Edge or using CFT downloads may be affected.