tree: ad13a45ae8284765ec6976b777b47842b7aca318 [path history] [tgz]
  1. config/
  2. lib/
  3. test/
  4. .gitignore
  5. index.js
  6. LICENSE
  7. package.json
  8. README.md
tests/integration/README.md

#REST Test framework

Tests will run via nodejs and mocha framework. The tests will make network calls to the specified environment.

  1. install node above 0.12.1
  2. run “npm install”
  3. to override settings in config/default.js add a file config/override.js with the same structure, two documents will be merged.
  4. run “mocha”