"Newman CLI runs of the Postman collection in CI: API contract + regression suite, JSON schema assertions, chained tokens."
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.xmlRules
- Reuse the Week-2 collection (the contract suite) - never a throwaway.
- Light contract checks via
pm.response.to.have.jsonSchemaon core endpoints. - Runs in CI (qa + infra) and weekly against the deployed system.