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
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.
Chrome Headless 128.0.0.0 (Mac OS 10.15.7) ERROR
Some of your tests did a full page reload!
✖ Error while running the tests! Exit code: 1
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:
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: