A simple test runner for QUnit
Usage: phantomjs testrunner.js URL_TO_YOUR_TESTFILE accepts http:// and file:// uris
Returns 0 when tests pass and 1 when something didn't go as expected (useful for use with continuous integration systems like CruiseControl).
I know that this version used to work, I guess that QUnit's HTML template changed, yes?