Some samples to test some resources from REST APIs.
- Clone the project
- Inside the folder for the project, run
npm install
- Edit
test/constans.js
and providehost
,user
andpassword
values.
You either have two options:
- Execute from console
npm test
- Or, execute from console
grunt mochaTest
(please note thatnode_modules/.bin/
should be in yourPATH
)
Following is an example of the output: