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
Since I last wrote the fetcher, chrome added new distributions for us to use instead of the good old chromium.
We can use chrome-driver, chrome-headless-shell and chrome. They are all available on https://googlechromelabs.github.io/chrome-for-testing/ (bucket https://storage.googleapis.com/chrome-for-testing-public).
This drastically reduces the maintenance burden of tracking which chromium revision has an actual build and also adds support for linux aarch64 (fixes #238).
I will work on it this november, it should be fairly easy to add.
The text was updated successfully, but these errors were encountered:
Since I last wrote the fetcher, chrome added new distributions for us to use instead of the good old chromium.
We can use
chrome-driver
,chrome-headless-shell
andchrome
. They are all available on https://googlechromelabs.github.io/chrome-for-testing/ (bucket https://storage.googleapis.com/chrome-for-testing-public).This drastically reduces the maintenance burden of tracking which chromium revision has an actual build and also adds support for linux aarch64 (fixes #238).
I will work on it this november, it should be fairly easy to add.
The text was updated successfully, but these errors were encountered: