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

boxmeup/boxmeup-api-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[Deprecated] Boxmeup API specification and end-to-end testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published