Service test cases for Boxmeup's public REST API.
The test harness utilizes frisby.js which works with jasmine-node.
- Fork and clone the repo
- Install jasmine-node globally:
npm install -g jasmine-node
- Install based on package manager:
npm install
The test is distributed with a sample config.js file. Copy the distributed file and enter your host value and credentials.
cp config.js-dist config.js
The test
directive in package.json
indicates how to run:
$ jasmine-node ./spec/ --verbose
or simply use:
$ npm test