Frisby is a REST API testing framework built on node.js and Jasmine that makes testing API endpoints easy, fast, and fun
npm install
npm install -g jasmine-node
cd tests
jasmine-node index_spec.js --junitreport --output reports
node xunit.js
Frisby is a REST API testing framework built on node.js and Jasmine that makes testing API endpoints easy, fast, and fun
npm install
npm install -g jasmine-node
cd tests
jasmine-node index_spec.js --junitreport --output reports
node xunit.js