Hello everybody,
As you know Node.js support has been already presented in WebStorm 3.0. Now we would like to introduce integration with nodeunit -- unit testing framework for Node.js.
To start you should have nodeunit module installed. Make sure NODE_PATH environment variable points to the parent directory of nodeunit module.
To run tests first you need to create Nodeunit Run Configuration:
Open Run/Debug Configurations dialog (Main menu | Run | Edit Configurations)
Press icon and select Nodeunit
Next fill Node path and Working Directory as you usually do in NodeJS Run Con
Run nodeunit tests with WebStorm 3.0
by