Jakob Nielsen
Jakob Nielsen

Reputation: 5198

Can't add remote Node Interpreter for mocha in WebStorm

I am running my code inside a vagrant machine. In WebStorm I can specify in the run configurations to use the vagrant nodejs interpretor:

enter image description here

Now I need to do the same for my mocha tests, however I am unable to add a Remote Node Interpreter in my Mocha run configurations:

enter image description here

Does anybody have an idea how to fix that?

Upvotes: 2

Views: 594

Answers (1)

LazyOne
LazyOne

Reputation: 165353

AFAIK that is not currently possible.

https://youtrack.jetbrains.com/issue/WEB-22179 -- watch this ticket (star/vote/comment) to get notified on any progress.

Upvotes: 4

Related Questions