amtrack / sfdx-browserforce-plugin

sfdx plugin for browser automation
MIT License
109 stars 37 forks source link

fix: upgrade puppeteer to v21 now using "Chrome for Testing" #598

Closed amtrack closed 10 months ago

amtrack commented 10 months ago

BREAKING CHANGE:

Puppeteer now uses "Chrome for Testing" instead of Chromium. This should make the installation of puppeteer's browser more stable especially on Mac computers with Apple silicon (M1/M2/M3).

We now use the new headless mode of Chrome.

A new README section related to Puppeteer is now available: https://github.com/amtrack/sfdx-browserforce-plugin/blob/master/README.md#puppeteer

github-actions[bot] commented 10 months ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: