Should run the next test cases from the break point providing the breakage report.
Actual behaviour
If the browser freezes due to some test case, Karma gets disconnected from the browser and no further tests/spec will run. So, the total test cases are not running and the result is incomplete.
We have similar issue with Karma 3.1.4 where Karma disconnects from the HeadlessChrome 72.0.3617 during the run of a test case which temporarily freezes the browser. Happens on Linux (Ubuntu) only, not on Windows.
Expected behaviour
Should run the next test cases from the break point providing the breakage report.
Actual behaviour
If the browser freezes due to some test case, Karma gets disconnected from the browser and no further tests/spec will run. So, the total test cases are not running and the result is incomplete.
Environment Details
{ "jasmine": "^2.8.0", "jasmine-node": "^1.14.5", "karma": "^1.7.1", "karma-allure-reporter": "^1.4.4", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "^1.1.0", "karma-json-result-reporter": "^1.0.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^1.8.1" }
karma --version
): 1.7.1Steps to reproduce the behaviour