This repository provides an example of running QUnit client-side tests with the Zombie headless browser and nodeunit.
$ npm install --dev
$ npm test
or:
$ ./node_modules/nodeunit/bin/nodeunit test
See the .travis.yml
for example on how to integrate these tests with the Travis Continuous Integration service.
For example, this repository is being run with Travis:
If you figure out more QUnit or jQuery features to test against, or a better way to get detailed information about the tests run passed from QUnit to nodeunit, please file pull requests.