Automate Your API Testing With CI Pipelines

Using Newman, a CLI tool from Postman

Tanmay Deshpande
Better Programming
Published in
5 min readApr 20, 2020

--

Image source: Author

REST APIs are part of everyday software engineering practices now. Sometime back, I wrote an article talking about how to design REST APIs. In this article, I am going to talk about how to do automated testing of APIs and integrate this into CI pipelines.

--

--