Skip to content

Demo project using Postman as API testing tool.

Notifications You must be signed in to change notification settings

marizala/postman-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

postman-ci

This project demonstrates the use of Postman tool and its integration to CI/CD pipeline through Newman.

Getting Started

Prerequisites

Before you can run this project, you must have the following software installed on your computer:

  • Postman
  • Node.js
  • Newman

Postman Workspace

For more details about the Postman workspace and its collections you may visit:
https://www.postman.com/automation-playground

Installation

  1. Download and install Node.js.
  2. To install Newman, open the terminal and run this command npm install -g newman.
    To verify if installation is successful, run command newman -v.
  3. (Optional) To include report generation, run this command npm install -g newman-reporter-html.

Releases

No releases published

Packages

No packages published