postman-execution

Convert OpenAPI/Swagger specs to Postman collections and run Newman tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LucasBiason/cursor-multiagent-system --skill postman-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postman-execution
Source: https://github.com/LucasBiason/cursor-multiagent-system/tree/main/skills/documentation/postman-execution
Command: npx skills add https://github.com/LucasBiason/cursor-multiagent-system --skill postman-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the conversion of OpenAPI/Swagger specifications into Postman collections, executes tests, and generates reports, reducing manual work and ensuring consistent API validation.

Core Features & Use Cases

  • Convert OpenAPI/Swagger specs into a Postman collection.
  • Run tests against the collection using Newman and generate reports (HTML and JUnit).
  • Validate and synchronize Postman collections when OpenAPI files are updated.
  • Use in CI/CD pipelines to reproduce API health checks and produce shareable artefacts.

Quick Start

Use the skill to convert an OpenAPI file into a Postman collection, then run tests and generate a report. Typical flow: generate, validate, test, and update as needed.

Frequently Asked Questions about postman-execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate converting an OpenAPI spec to a Postman collection?

To automate converting an OpenAPI spec to a Postman collection, you can use a workflow that parses the Swagger document and generates synchronized Postman assets. This process reduces manual work by exposing Make targets to handle the generation and validation automatically.

How do I run Postman collection tests in a CI/CD pipeline and generate reports?

Running Postman collection tests in a CI/CD pipeline is achieved by executing the collections via the Newman CLI. This workflow automates test execution and generates shareable HTML and JUnit reports for API health checks.

Does this Postman workflow require Newman to validate OpenAPI documents?

Yes, this Postman workflow requires the Newman CLI to execute tests and validate the API. You also need an OpenAPI document and a Postman collection workflow to generate synchronized test results and reports.

What is the best way to keep Postman collections synchronized when OpenAPI files are updated?

The best way to keep Postman collections synchronized with updated OpenAPI files is using an automated validation and update workflow. This approach exposes specific Make targets to regenerate and validate collections automatically whenever the Swagger specification changes.

Can I use Make targets to manage my OpenAPI to Postman testing workflow?

Yes, you can use Make targets to manage the OpenAPI to Postman testing workflow. The automation exposes specific Make targets for generate, validate, test, and update actions, streamlining the entire API validation process.