UNPKG

lettuce

Version:

Lettuce JS, Mini Mobile Framework for Romantic with DSL.

17 lines (13 loc) 504 B
# PhantomJS Runner # A PhantomJS-powered headless test runner, providing basic console output for QUnit tests. ### Usage ### ```bash phantomjs runner.js [url-of-your-qunit-testsuite] ``` ### Example ### ```bash phantomjs runner.js http://localhost/qunit/test/index.html ``` ### Notes ### - Requires [PhantomJS](http://phantomjs.org/) 1.6+ (1.7+ recommended). - If you're using Grunt, you should take a look at its [qunit task](https://github.com/gruntjs/grunt/blob/master/docs/task_qunit.md).