karma-runner/grunt-karma

Browser will not launch with watch in 0.12.1.

sophypal opened this issue · 0 comments

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