Playwright v1.58.2 Update: Browser Bumps & Key Fixes
Key Changes
Playwright v1.58.2, released on 2026-02-06, is a significant point release focused on stability and compatibility through essential updates and bug fixes. This version ensures better alignment with the latest browser environments, which is crucial for accurate web testing.
Browser Version Updates
This update brings the bundled browsers to their latest stable releases, ensuring your tests run against current browser behaviors and standards:
- Chromium: 145.0.7632.6
- Mozilla Firefox: 146.0.1
- WebKit: 26.0
These updates are vital for maintaining test relevance, identifying browser-specific regressions early, and ensuring your automation reflects real-world user experiences. For more on Playwright’s capabilities, see our Playwright comprehensive guide.
Critical Fixes
Two important fixes enhance the Playwright experience for QA engineers:
- Trace Viewer Path Handling: Issue #39121 addresses a problem where the Trace Viewer failed to correctly process paths provided via stdin. This fix significantly improves debugging workflows, especially in CI/CD environments where trace files might be piped or generated dynamically.
- Chromium macOS SwiftShader: Issue #39129 resolves an unintended behavior on macOS where Chromium was forced to use SwiftShader. This could potentially affect rendering performance or the accuracy of visual testing. This correction ensures Chromium behaves as expected on Apple hardware, providing a more consistent testing environment.
Impact for QA Teams
QA engineers benefit from these updates through improved test stability and more accurate browser emulation. The browser version bumps ensure tests reflect current user environments, reducing false positives and increasing confidence in test results. The fixes, particularly for Trace Viewer, enhance debugging capabilities, making it easier to pinpoint and resolve issues. Preventing unexpected rendering issues on macOS contributes to more reliable visual and functional tests. Staying current with Playwright updates, as discussed in our Playwright tutorial for web testing, is vital for effective test automation and maintaining high-quality applications.
