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.
Hi team, any way to choose the Chrome version being used? Seems the latest
v128is 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_BINenv variable in karma config to point to the puppeteer's chrome but obviously that would incur additional installation time for each CI run.