TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Puppeteer switches to Chrome for Testing instead of Chromium

1 pointsby defenestrationabout 2 years ago

1 comment

defenestrationabout 2 years ago
In the latest release (v20.0.0) Puppeteer switches from Chromium binaries to Chrome for Testing binaries by default. Since the binary is different the change is marked as breaking.<p>Background document from Google about the new Chrome For Testing brand: <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1XJvxyqAQjhPfJ0rX84PjfXXb5sBx3m8DXzMxR0ipQNs&#x2F;edit" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1XJvxyqAQjhPfJ0rX84PjfXXb...</a><p>I don&#x27;t know exactly what the impact is for the future of Puppeteer and Chromium. Maybe someone can share their thoughts on this.