karma-ie-launcher icon indicating copy to clipboard operation
karma-ie-launcher copied to clipboard

IE crashes on load reference: #3

Open Duskfall opened this issue 9 years ago • 3 comments

Windows 7 64 bit IE 11

When no instance of ie is running the karma can launch IE with no problem. When already having an instance of IE open, it fails to open an IE window. Case same as #3

Duskfall avatar Oct 19 '15 11:10 Duskfall

I'm running into the same issue. If IE is already open, karma will launch 3 instances of IE and crash.

aciccarello avatar Jan 26 '16 14:01 aciccarello

same here

thorsten avatar May 10 '16 06:05 thorsten

The IE process started by karma is exiting with code 0 but is not terminated properly by windows. Karma has a retry count of 2 in order to start the configured browsers. In all 3 cases the spawn is exited with code 0 but browser instances are still running and not terminated properly. If you rerun your tests Karma is saying: No captured browser

sspringer82 avatar May 10 '16 07:05 sspringer82