Nodeunit with a jasmine adapter: "Please specify test directory correctly" error.

Hi,

I've set up a node.js plugin, and followed http://blog.jetbrains.com/webide/2011/12/waiting-for-approval-run-nodeunit-tests-with-webstorm-3-0/ this post to set up node unit.

I have set a run configuration to test a directory that contains my jasmine spec, but I'm getting an error "Please specify test directory correctly". Same with individual jasmine spec files.

Is there even a way to do this, or is a jasmine adapter not yet supported?

0
2 comments

No, jasmine specs are only supported in JsTestDriver Run Configuration for client-side unit testing.
There is nodeunit integration (above-mentioned blog post is about it) for server-side unit testing.
Please file an issue if you would like to have jasmine spec for server-side unit testing.

0

Okay, I will, thanks.

0

Please sign in to leave a comment.