You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A buildpack to install the Chromium exe and its dependencies for us with playwright.
2
+
A buildpack to install the Playwright Chromium executable ONLY.
3
+
4
+
5
+
# Usage
6
+
7
+
1. Add this buildpack to your app alongside the [heroku-playwright-buildpack](https://github.com/playwright-community/heroku-playwright-buildpack).
8
+
- The script CANNOT install the system requirements due to restrictions from Heroku. It's only able to install the Chromium exe.
9
+
- Thus, we rely on [heroku-playwright-buildpack](https://github.com/playwright-community/heroku-playwright-buildpack) to get the other packages.
10
+
2. Run and deploy
11
+
12
+
# Customization
13
+
By default, this will install the necessary exe into a folder called `/browsers` under the build directory (the directory where the root script lives).
14
+
15
+
# Notes
16
+
This was developed for usage with `playwright-python` in mind so support for other languages is unknown.
0 commit comments