Common functional tests for the REST-backed Notes app.
WD.js drives our functional tests. The library implements all of the Webdriver JSON Protocols.
We use our own configuration wrapper, rowdy to set things up.
Install with npm:
$ npm install
We follow a Gulp workflow. To check everything:
$ gulp check