rocky-testapi

1.0.0 • Public • Published

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();

Readme

Keywords

Package Sidebar

Install

npm i rocky-testapi

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • doron2402