Automated API tests with Postman CLI
On a project I was working on, I recently researched how to apply Postman CLI to an Azure DevOps pipeline. Postman is a powerful tool to run both manual tests and ultimately to have these tests performed automatically. For the automated tests I have actually always used Newman until now, but recently I also used Postman CLI. I believe that Postman CLI setup is easier. I assume that you have a basic understanding of Postman. ...