Newman

Use this skill when the user wants to run Postman API collections from the CLI for testing, CI/CD integration, or data-driven test automation.

javimosch 704910e 810 B Updated

File contents

Newman Plugin

Newman runs Postman collections from the command line for API testing and automation.

Usage Examples

  • "run a Postman collection against the API"
  • "run collection with environment file"
  • "run data-driven tests from CSV"
  • "generate HTML report from collection run"

Installation

npm install -g newman

Key Features

  • Postman collection execution from CLI
  • Environment variable file support
  • Data-driven testing with CSV/JSON
  • Multiple report formats (JSON, HTML, JUnit)
  • CI/CD integration
  • Custom request delays and timeouts
  • Folder-level test selection
  • Newman dashboard reporting

javimosch/supercli/tree/main/plugins/newman/skills/quickstart commit 704910e4f2

Frequently asked questions

npx skillmds@latest add javimosch/newman