newman-cicd-integration
Generate ready-to-use CI/CD pipeline configurations that install and run Newman for automated API testing. Use this skill whenever the user wants to run Newman in a CI pipeline, integrate Postman collections into automated builds, set up API tests in GitHub Actions, GitLab CI, Jenkins,...
npx skills add sickn33/agentic-awesome-skills --skill newman-cicd-integration --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Newman CI/CD Integration Generator ## When to Use Use this skill when you need generate ready-to-use CI/CD pipeline configurations that install and run Newman for automated API testing. Use this skill whenever the user wants to run Newman in a CI pipeline, integrate Postman collections into automated builds, set up API tests in GitHub Actions, GitLab CI, Jenkins,... Generate complete, copy-paste-ready CI/CD pipeline configs that install Newman and run Postman collections as part of automated builds. --- ## What to Collect From the User Before generating a config, determine: 1. **CI platform** — GitHub Actions, GitLab CI, Jenkins, Azure DevOps, CircleCI, Bitbucket? 2. **Collection source** — local file in repo, or Postman API URL? 3. **Environment** — local env file in repo, or env vars injected by CI secrets? 4. **Reporters needed** — JUnit XML (for CI test results panel), HTML report, or both? 5. **Node.js version** preference (default: 18) 6. **Trigger** — on every push, pull request, schedule, or after deploy? 7. **Fail build on test failure?** — almost always yes; confirm --- ## Platform Templates ### GitHub Actions ```yaml name: API Tests on: push: branches: [main, develop]
- When to Use
- What to Collect From the User
- Platform Templates
- GitHub Actions
- GitLab CI
- Jenkins (Declarative Pipeline)
- Azure DevOps
- CircleCI
- Best Practices
- Secrets — never hardcode credentials
- Store collection and environment files in the repo
- Always use if: always() / when: always
- Exit codes
- How to Generate Configs
What does the newman-cicd-integration skill do?
Generate ready-to-use CI/CD pipeline configurations that install and run Newman for automated API testing. Use this skill whenever the user wants to run Newman in a CI pipeline, integrate Postman collections into automated builds, set up API tests in GitHub Actions, GitLab CI, Jenkins,...
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill newman-cicd-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.