Skip to content

canopy-project/canopy-api-unit-test-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canopy-api-unit-test-js

Unit tests for the Canopy REST API written in Node.js

Set The Base URL as an Environment Variable

export CANOPY_BASE_URL = "https://myserver.com/api/"

Install

npm install && sudo npm install -g jasmine-node

Run All Tests

npm test

Run a Single Test

jasmine-node myTest.js --verbose

About

Unit tests for the Canopy REST API written in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published