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
[Optional] Manually run chromium with the same args that karma uses, but with --user-data-dir either removed or pointing to an empty directory. No crash, tests pass fine.
While 3 is optional, please note the implication of 3.
The text was updated successfully, but these errors were encountered:
FWIW I had this issue using a Chrome binary provided by the puppeteer package, but after upgrading to the latest version it's gone completely, so it might not be directly related to karma-chrome-launcher after all.
Expected behaviour
Chromium should run forever, until karma exits.
Actual behaviour
Chromium is crashing approximately 30 seconds after starting.
Chromium crash log shown in Karma's log:
Environment Details
karma --version
): 3.0.0karma.config.js
file8.12.0
6.4.1
1.9.0
594312
Steps to reproduce the behaviour
$(npm bin)/karma start
--user-data-dir
either removed or pointing to an empty directory. No crash, tests pass fine.The text was updated successfully, but these errors were encountered: