Unit tests runner based on phantomjs supporting AMD pattern. Offers a node API ready to be integrated in other scripts (grunt/gulp plugins, cli tools, etc)
npm install qunit-amd-runner --save-dev
var testRunner = ; ;Type: Array
An array of files to be injected in all the test suites.
Type: Array
An array of patterns to retrieve the test files. Test files are threated as require.js main files
Type: Object
RequireJS configuration Read the RequireJS documentation
Type: function
A callback function to be invoked at the end of the tests exection. The result is a falsy value if tests failed.