Package Exports
- qunit-phantomjs-runner
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qunit-phantomjs-runner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PhantomJS Runner QUnit Plugin 
A PhantomJS-powered headless test runner, providing basic console output for QUnit tests.
The runner requires PhantomJS. If you don't want to deal with installing PhantomJS or using Grunt to run your tests, try node-qunit-phantomjs.
Installation
$ npm install qunit-phantomjs-runnerUsage
$ phantomjs path/to/runner.js [url-of-your-qunit-testsuite]With options:
$ phantomjs [phantom arguments] path/to/runner.js [url-of-your-qunit-testsuite] [timeout-in-seconds] [page-properties]Show test cases:
$ phantomjs path/to/runner-list.js [url-of-your-qunit-testsuite]Example setting the viewport size:
$ phantomjs path/to/runner-list.js [url-of-your-qunit-testsuite] 5 '{"viewportSize":{"width":1000,"height":1000}}'Timeout
In v2.0, a default timeout of 5 seconds was added. The timeout was optional before. This could cause tests to break, which is the reason for the major version bump.
Notes
License
The MIT License
Copyright (c) 2014, Jonathan Kemp