From the course: Postman Essential Training
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Running your collection with Newman - Postman Tutorial
From the course: Postman Essential Training
Running your collection with Newman
- [Instructor] We are now ready to run our collection from the command line. We'll be using Newman, which as you learned earlier is a tool created by Postman. You should have already installed Newman as part of your work in the setup movie. You can check to see if it's installed by opening a command window and typing Newman dash dash version and then clicking return. If you get a version number in response you have Newman installed. If you don't get a version in response go back to the first chapter, movie three setting up your test environment and follow the instructions to get Newman. Running a collection in Newman is really easy. First, we will change directories to the desktop by typing CD, desktop, and then return. This is because we saved our files to the desktop. Next, we will create our Newman command. First we will type Newman Run, then the name of our collection, contact list dot collection dot JSON. Then…