项目作者: Krinkle

项目描述 :
Example project with continuous integration for linting and cross-browser testing of isomorphic JavaScript.
高级语言: JavaScript
项目地址: git://github.com/Krinkle/example-node-and-browser-qunit-ci.git


Build Status
Coverage Status
Tested with QUnit

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:

  1. npm ci
  2. npm test

Tell me more

If you’ve got any questions, feel free to file an issue.