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
Not so much a Karma bug but an issue I imagine others will search for. I figure it's worth reporting it here so that others may find both the problem and workaround together. I have also posted this on StackOverflow with further detail.
I have recently found that following an auto-update to Chrome v93 on our CI build agents, Karma has begun failing to capture Chrome and eventually gives up. In our karma.conf.js file, we were previously using browsers: ['Chrome'].
We have worked around this (and our builds succeed again) by switching to browsers: ['ChromeHeadless'] in our Karma config.
There might also be some kind of issue with Chrome itself which needs fixing, but for those who can manage with ChromeHeadless instead of full Chrome, the workaround should get things going again.
The text was updated successfully, but these errors were encountered:
Not so much a Karma bug but an issue I imagine others will search for. I figure it's worth reporting it here so that others may find both the problem and workaround together. I have also posted this on StackOverflow with further detail.
I have recently found that following an auto-update to Chrome v93 on our CI build agents, Karma has begun failing to capture Chrome and eventually gives up. In our
karma.conf.js
file, we were previously usingbrowsers: ['Chrome']
.We have worked around this (and our builds succeed again) by switching to
browsers: ['ChromeHeadless']
in our Karma config.There might also be some kind of issue with Chrome itself which needs fixing, but for those who can manage with
ChromeHeadless
instead of fullChrome
, the workaround should get things going again.The text was updated successfully, but these errors were encountered: