James
James

Reputation: 818

Configure PhpStorm Run gutter icons

Since updating to 2017.1 I've noticed these Run gutter icons in my Karma files.

They look cool and could be useful, however when I click them they run as pure node instead of using the Karma plugin.

Is there a way of configuring these icons to use Karma as the default configuration instead of Node?

Gutter run icons

Upvotes: 0

Views: 168

Answers (1)

lena
lena

Reputation: 93858

No, this can't be configuraed.

Running individual karma tests is not yet supported, please follow WEB-13173 for updates.

WebStorm tries to run your tests with other available runners instead, this usability issue is tracked as WEB-25932

Upvotes: 1

Related Questions