computmaxer / karma-jspm

Other
74 stars 50 forks source link

karma-jspm and JetBrians WebStorm #38

Open andreasgrimm opened 9 years ago

andreasgrimm commented 9 years ago

Did anyone try to use WebStrom's test runner yet?

On the CLI everything works just fine. But if I use the karma.conf.js with WebStorm's test runner, it says Empty test suite.

Bretto commented 9 years ago

In the edit configuration panel make sure that the Karma Package is pointing to your local karma node_modules and not the global one.

Psvensso commented 9 years ago

@Bretto, confirmed. Changing path to local Karma solves the issue.

riddla commented 9 years ago

@Psvensso, @Bretto : I can't confirm this. I seemed to be have this path already, but the empty test suite remains. However, pointing the Browser to http://localhost:9876/debug.html does run the tests without a problem ... any hints?

riddla commented 9 years ago

Reading about a similar problem at https://github.com/nikku/karma-browserify/issues/23 there might be a bug on WebStorms side: https://youtrack.jetbrains.com/issue/WEB-12496.