How do I get the blue arrow in the gutter next to a test to run Karma instead of JSTestDriver? Follow
I've set up a Karma run configuration that works great for running all of my tests. However, when I click the blue arrow in the gutter next to a test to run a single test WebStorm tries to generate a JSTestDriver test. How do I get WebStorm to use Karma for a single test?
Please sign in to leave a comment.
Hello!
no, it isn't possible. And, IMO, running karma tests from javascript file/method context doesn't make much sense - karma runner can only take a configuration file as a parameter, you can't execute individual files/suites/tests. So karma run configuration can be only created/run from the configuration file context