Run Newman API test suites

newman-runnerskillsetup L2381
majiayu000/claude-skill-registry
What it does

Run and analyze Postman API test collections

Best for

QA teams validating APIs against Postman collections in CI/CD

Inputs
  • · Postman collection.json
  • · Environment variables (optional)
Outputs
  • · newman-results.json (pass/fail, response times)
  • · Test summary
Requires
  • · Newman CLI
  • · npm
  • · Python 3.7+
Preconditions
  • · Newman installed
  • · Valid Postman collection
Failure modes
  • · Newman not installed
  • · Collection invalid
  • · API endpoint unreachable
  • · Assertions fail
Trust signals
  • · Parses multi-reporter output (cli + json)
  • · Extracts error details from failures