1.0.0 • Published 8 years ago

rocky-testapi v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

rocky

node modules for testing an api

What and Who?

Rocky is a simple tool to test your api end-points just pass url, query params and headers and validate the response using Joi

tests

To run tests just run gulp test

how to start

var instance = new Rocky({url: 'http://google.com', headers: {}, queryParams: {}, schema: Joi.schema, .. })
instance.validate();