DonArtkins

newman-api

"Newman CLI runs of the Postman collection in CI: API contract + regression suite, JSON schema assertions, chained tokens."

DonArtkins 0 Updated 4d ago
GitHub

Install

npx skillscat add donartkins/griot/newman-api

Install via the SkillsCat registry.

SKILL.md

Newman API Skill

Run

newman run Postman/Griot.postman_collection.json -e <env> --reporters junit --reporter-junit-export newman.xml

Rules

  • Reuse the Week-2 collection (the contract suite) - never a throwaway.
  • Light contract checks via pm.response.to.have.jsonSchema on core endpoints.
  • Runs in CI (qa + infra) and weekly against the deployed system.