Newman

What is Newman?

Newman is a command-line Collection Runner for Postman. It allows you to run and test a Postman Collection directly from the command line. Newman is designed for extensibility, so you can integrate it with your continuous integration (CI) servers and build systems.

How to install Newman?

To pass the results of your Newman executions, you need to install the Newman app.

  1. Navigate to the Apps page and switch to the "Reporters" section, then click the "Newman " card:

  2. Click "Activate":

  3. Switch to "Access Tokens" and generate an API token that the Newman app will be using:

  4. Click "Guide" to access the instruction on adding the Newman reporter to your automation flow:

Once the Newman app is installed, any test cases, test runs, and test results created and submitted will appear with the Newman as the author of said cases, runs or results (instead of a specific user whose API token has been used). Slack notifications will also appear with the Newman app as the author.

Last updated