karma-runner / karma-ie-launcher

A Karma plugin. Launcher for Internet Explorer.
MIT License
59 stars 23 forks source link

IE crashes on load reference: #3 #38

Open Duskfall opened 9 years ago

Duskfall commented 9 years ago

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

aciccarello commented 8 years ago

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

thorsten commented 8 years ago

same here

sspringer82 commented 8 years ago

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