Member-only story

API testing is a crucial part of cloud development strategy, and we have plenty of frameworks and tools like Mocha, RestAssured, Postman/Newman etc to help use write them. Today, I’d like to introduce a new framework that was developed recently to make writing tests very easy.
Vibranium
Vibranium is a command line based API testing framework developed using Node JS and utilises JSON to write tests. To know more about Vibranium, head over to Vibranium documentation or NPM page. It is a pretty new framework and was released less than a month ago.
Full disclosure: I’m the author of this module and so feel free to drop in your feedbacks and help me improve it.
The biggest advantage we get with using JSON for writing tests is that it is very easy to understand, maintain and reuse…