Unit tests for the Canopy REST API written in Node.js
export CANOPY_BASE_URL = "https://myserver.com/api/"
npm install && sudo npm install -g jasmine-node
npm test
jasmine-node myTest.js --verbose
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Unit tests for the Canopy REST API written in Node.js
export CANOPY_BASE_URL = "https://myserver.com/api/"
npm install && sudo npm install -g jasmine-node
npm test
jasmine-node myTest.js --verbose