babel-plugin-istanbul
babel-plugin-istanbul copied to clipboard
karma disconnects on Safari and Edge if this plugin is enabled
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 do tests exit with an error, or do they timeout after a given period of time?
the Kama instance gets disconnected and reconnected, then it timeouts
@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.
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 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.
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.