backbone-headless-testing icon indicating copy to clipboard operation
backbone-headless-testing copied to clipboard

An example/bootstrap project that shows how to headlessly test a simple backbone app using node.js.

backbone-headless-testing

An example/bootstrap project that shows how to headlessly test a simple backbone app using node.js.

Getting Started

  1. Install node.js
  2. Install npm modules npm install
  3. Run the app node app.js
  4. Run the tests make test