blob: 54a37faad58b197abebfaa3bd2ae0ed3d7223cb5 [file] [log] [blame] [view]
#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"