Skip to content

Latest commit

 

History

History
executable file
·
17 lines (9 loc) · 332 Bytes

README.md

File metadata and controls

executable file
·
17 lines (9 loc) · 332 Bytes

frisby

Frisby is a REST API testing framework built on node.js and Jasmine that makes testing API endpoints easy, fast, and fun

How to run test ?

npm install

npm install -g jasmine-node

cd tests

jasmine-node index_spec.js --junitreport --output reports

How to generate report in HTML format ?

node xunit.js