karma-runner / karma-intellij

Reporter for IntelliJ / WebStorm.
Other
34 stars 10 forks source link

Upgrade to work with 0.9.6 #7

Closed vojtajina closed 11 years ago

vojtajina commented 11 years ago

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.

segrey commented 11 years ago

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.