I use Jasmine (BDD for JavaScript) regularly and just discovered Cloud9 and want to give it a try.
On my local machine, I use jasmine-node to run my specs, but I have no idea, how to do this within Cloud9.
I was able to use the console bar at the bottom of the Cloud9 editor to somehow install jasmine-node via npm, but I was not able to use it.
I write the code in CoffeeScript, but this should not be the problem, I tried JavaScript as well.
Add a run-tests.js file to the project which contains an adaption of the jasmine-node script. In this example, production code is under a lib folder parallel to the run-tests.js file.
Run config:
run-tests.js