Jan Wedel
Jan Wedel
I'm using headless chrome in IntelliJ and randomly (but in about 10-20% of test runs). This is quite annoying. When I rerun, most of the time s it works.
> The 'disconnected from CONNECTED' means that the browser socket was connected at one time in the past then disconnected. The tests either ran to completion or never started. OK,...
@johnjbarton I understand, that it's hard to help when you cannot reproduce the issue. I tried to get some insights by adding "--enable-tracing" "--enable-tracing-output ./trace-output.log" to the Karma config, but...
@johnjbarton Thanks, I think there has been a misunderstanding. In your previous post, you gave me the command line options for chromium, the last post contains the configuration options for...
@johnjbarton Yes, we have a quite large application that takes a while to load. So this could probably be a reason. But I haven't seen the application / tab etc...
I'm usually running Karme with Headless Chrome. What I meant is that when I run the application (not the tests) in Chrome, the tabs never crash although it takes some...
@leonliang33 I think I was using node 6 for quite some time (also having this issue). I switched to node 10 some days ago and still experiencing disconnects.
@johnjbarton I agree that I most likely depends on the application. I tried running tests a 100 times in a "tour of heroes" demo project without any issues. However, this...
@johnjbarton - It appears on multiple developer laptops locally - It appears not to happen on Jenkins - We don't see general app crashes in production (this has no direct...