-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choosing Chrome Version #287
Comments
I was exactly looking for that. |
Any luck on this? With chrome 129 our tests are failing, forced us to downgrade to 128. |
Anyone feel free to make a PR for this and we'll approve. |
FYI, here's the related issue in the karma project: karma-runner/karma#3887 |
Hi everyone, Edit: Just saw that the last commit in this repo is from April 2023 and I assume that this project is most probably abandoned. |
Hi team, any way to choose the Chrome version being used? Seems the latest
v128
is causing the following error. I could not find a way to specify this in Karma.Current workaround is to install an older version of puppeteer with an older chrome version and specify
CHROME_BIN
env variable in karma config to point to the puppeteer's chrome but obviously that would incur additional installation time for each CI run.The text was updated successfully, but these errors were encountered: