Reputation: 5198
I am running my code inside a vagrant machine. In WebStorm I can specify in the run configurations to use the vagrant nodejs interpretor:
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:
Does anybody have an idea how to fix that?
Upvotes: 2
Views: 594
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