karma-jspm
karma-jspm copied to clipboard
karma-jspm and JetBrians WebStorm
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.
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, confirmed. Changing path to local Karma solves the issue.
@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?
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.