setup jasmine with WebStorm
I have managed to setup JsTestDriver in WebStorm and my jstd test are executed correctly. I read that WebStorm has special built in support for jasmine. How do I setup WebStorm to take advantage of it?
Please sign in to leave a comment.
Hello!
you need the jasmine library and JasmineAdapter to be able to run Jasmine tests using JSTestDriver;
please, download them, put into your project and make sure to load them in your jstestdriver config, like:
load:
- ../jasmine/lib/jasmine-1.3.1/jasmine.js
- ../jasmine/lib/jasmine-1.3.1/JasmineAdapter-1.1.2.js
...
Note that you can use intentions to download them from WebStorm (see the attached screencast)
Best regards,
Lena
Attachment(s):
screencast.mp4