# 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.

- Skill: `javimosch/newman` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/newman`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/newman/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/newman

---


# 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

```bash
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

