I recently started working on a Rails app that has a large amount of QUnit tests already in place for testing ember. I have been charged with the task of setting the app with a
node-qunit-phantomjs gets the job done easy enough and is standalone, not a Grunt-, Gulp-, whatever-plugin:
$ npm install -g node-qunit-phantomjs $ node-qunit-phantomjs tests.html Testing tests.html Took 8 ms to run 1 tests. 0 passed, 1 failed. ... $ echo $? 1