karma-runner / karma-ie-launcher

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

Running tests on IE leaves an extra iexplore.exe processe #15

Closed sylvain-hamel closed 10 years ago

sylvain-hamel commented 10 years ago

When karma-ie-launcher starts IE, two iexplorer.exe are spawned (IE does that). When the test run completes, karma kills the process it knows about but the extra process stays. In the context of a CI server, this causes issues as processes accumulate.

See also https://github.com/karma-runner/karma/issues/952.