WebStorm does work with 0.9.5, but not with 0.9.6 - I assume that's because the runnerPort and port got merged - there's only port now.
Also, the communication between karma run and karma server happens through HTTP, so you WebStorm can directly send the HTTP to Karma server if you like.
Will be fixed in the next WebStorm EAP.
For now, I'd prefer to use karma run, because sending HTTP request to Karma seems to be a more internal thing that can change in subsequent Karma releases.
WebStorm does work with 0.9.5, but not with 0.9.6 - I assume that's because the
runnerPort
andport
got merged - there's onlyport
now.Also, the communication between
karma run
and karma server happens through HTTP, so you WebStorm can directly send the HTTP to Karma server if you like.