This is a sample setup for command-line / headless javascript testing, using Jasmine 2.0 and PhantomJS 1.9+
It's actually the same sample code that ships with Jasmine, tweaked to demonstrate the use of the improved console reporter.
The meat of it is in SpecRunner.js, where the console reporter is wired up.
With this setup you can also see test results through the HTML interface, by accessing the SpecRunner.html file in your browser.
Just call phantomjs, passing the path to run-jasmine.js and SpecRunner.html as arguments
phantomjs spec/run-jasmine.js spec/SpecRunner.html
Check the blogpost at http://lorenzoplanas.com/blog/20140302-headless-javascript-testing-with-jasmine-20