karma-runner / grunt-karma

Grunt plugin for Karma.
MIT License
468 stars 116 forks source link

Browser will not launch with watch in 0.12.1. #164

Open sophypal opened 9 years ago

sophypal commented 9 years ago

Since upgrading to 0.12.1, I've not been able to debug my tests with grunt karma:unit watch:karma. It fails to launch my Chrome browser. I verified this works in 0.12.0. I'm running on OSX Yosemite 10.10.4. Making any changes to my source files results in this error.

There is no server listening on port 9876

I suspect this has to do with switching over from spawn to fork.

Example config here and here