How to run Postman requests from the command line

HOME

In this tutorial, we will run the Postman requests from the command line. Newman is a command line collection runner for Postman.

node -v

npm -v

npm install -g newman

On cmd go to that location of collection json file

cd C:\Users\Vibha\Desktop\Automation\Postman

newman run API_Testing.json

Leave a comment