Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 658 Bytes

boxmeup-api-test

Service test cases for Boxmeup's public REST API.

Installation

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

Setup

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

Running

The test directive in package.json indicates how to run:

$ jasmine-node ./spec/ --verbose

or simply use:

$ npm test