babel-plugin-istanbul icon indicating copy to clipboard operation
babel-plugin-istanbul copied to clipboard

karma disconnects on Safari and Edge if this plugin is enabled

Open FezVrasta opened this issue 8 years ago • 6 comments

I run around 300 tests on SauceLabs on several browsers.

If I enable this plugin (it doesn't matter if the karma coverage preprocessor is enabled or not), the tests on Safari and Edge disconnects and then the build fails.

Are you aware of any solutions for this problem?

FezVrasta avatar Jan 13 '17 14:01 FezVrasta

@FezVrasta do tests exit with an error, or do they timeout after a given period of time?

bcoe avatar Jan 16 '17 18:01 bcoe

the Kama instance gets disconnected and reconnected, then it timeouts

FezVrasta avatar Jan 16 '17 19:01 FezVrasta

@FezVrasta did you ever make any headway on this issue? I know of various other folks using Karma -- but am not too experienced with the technology myself.

bcoe avatar May 13 '17 22:05 bcoe

Hi, I tried to setup this plugin again but I end up with the same problem...

This is the branch where I have enabled the plugin: https://github.com/FezVrasta/popper.js/pull/314

FezVrasta avatar Jun 19 '17 12:06 FezVrasta

@FezVrasta I believe it might be worthwhile opening an issue on Karma as well; happy to do anything I can on our end to help resolve the issue, but I think that the folks on the Karma project might be able to better speak to why the disconnect is happening.

bcoe avatar Jul 22 '17 20:07 bcoe

Facing the same issue here. Regardless of the test result, when all tests are done Karma disconnects due to timeout (increasing the timeout has no effects). When I disable this plugin, everything works perfectly.

njifares avatar Dec 20 '17 15:12 njifares