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