Generate your API Testing. This example using API from Reqres.in. You can replace the API collection (sample.postman_collection.json) with your API Collection. Hope you enjoy it...
- Clone this repository
- Run command
npm install
- Run command
node index.js
- Use your editor (I am using Sublime Text) to replace
{{URL}}
with/
(depend on your API collection) - Run command
npm test
- Enjoy!