karma-jspm icon indicating copy to clipboard operation
karma-jspm copied to clipboard

karma-jspm and JetBrians WebStorm

Open andreasgrimm opened this issue 9 years ago • 4 comments

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.

andreasgrimm avatar Feb 12 '15 22:02 andreasgrimm

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

Bretto avatar Mar 17 '15 00:03 Bretto

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

Psvensso avatar Jul 01 '15 18:07 Psvensso

@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 avatar Aug 12 '15 15:08 riddla

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.

riddla avatar Aug 12 '15 15:08 riddla