heroku-playwright-buildpack icon indicating copy to clipboard operation
heroku-playwright-buildpack copied to clipboard

Buildpack for running Playwright with Chromium and Firefox on Heroku.

Results 15 heroku-playwright-buildpack issues
Sort by recently updated
recently updated
newest added

I'm quite sure the Chromium only build is missing dependencies. I know for a fact libx11-xcb1 is one of them, as I ran playwright with DEBUG=pw:browser and saw it missing...

I'm attempting to update this repo to support the heroku-24 stack. In doing so, I ran into issues installing the `libasound2` dependency. It seems related to some of the same...

Adds support for the heroku-24 stack. Note - this seems to be blocked by issues mentioned in https://github.com/microsoft/playwright/issues/30368 . Facing an error when pushing due to `libasound2`. Submitting this as...

This is basically @jasonsbrooks's PR https://github.com/playwright-community/heroku-playwright-buildpack/pull/28 with @theodorton's suggested libasound2 change added in https://github.com/playwright-community/heroku-playwright-buildpack/pull/28#issuecomment-2419096539 Seems to be working well on heroku-24 with [email protected]

``` -----> Playwright app detected -----> Installing System Dependencies Cloning into '.'... Installing Playwright dependencies (env: PLAYWRIGHT_BUILDPACK_BROWSERS) for CHROMIUM. -----> Detected Aptfile or Stack changes, flushing cache -----> Updating APT...