Skip to content

Tahanima/postman-newman-public-api-automation

Repository files navigation

Postman-Newman Public API Automation

Public API test automation using Postman and Newman.

Installation

  1. Get a copy of postman-newman-public-api-automation by clicking the Fork button
  2. Clone, i.e, download your copy of the repository to your local machine using
git clone https://github.com/[your_username]/postman-newman-public-api-automation.git
  1. Install Node.js
  2. Install Newman
npm install -g newman
  1. Go to the postman-newman-public-api-automation folder
cd postman-newman-public-api-automation
  1. Now, run the test cases in Public API postman collection using
newman run "Public API.postman_collection.json" -g public_api.postman_globals.json