playwright-community / heroku-playwright-buildpack

Buildpack for running Playwright with Chromium and Firefox on Heroku.
https://heroku.playwright.tech
48 stars 47 forks source link

Use the Playwright CLI to install the dependencies. #14

Open mxschmitt opened 3 years ago

mxschmitt commented 3 years ago

https://playwright.dev/docs/cli#install-system-dependencies

This contains always an up2date list of dependencies and has the functionality of selecting a single browser.

Seems then this should be added upstream first: https://github.com/microsoft/playwright/pull/6901