example-node-and-browser-qunit-ci
example-node-and-browser-qunit-ci copied to clipboard
Example project with continuous integration for linting and cross-browser testing of isomorphic JavaScript.
Run QUnit on the web and in Node.js!
This is an example project showing an approach running QUnit in continuous integration with the same application and test suite run both in a web browser (Headless Firefox) and on Node.js, plus (combined) code coverage reports.
Get started
Clone or fork this repository and be sure to run the following two commands to install the development dependencies and kick off your first test run:
npm ci
npm test
Tell me more
If you've got any questions, feel free to file an issue.