postman-development

Generate Postman collections from OpenAPI and run Newman test automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires newman, openapi-to-postmanv2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Este Skill facilita equipes de API a documentar, testar e automatizar APIs usando Postman, reduzindo retrabalho e erros durante o ciclo de desenvolvimento.

Core Features & Use Cases

  • Documentação de APIs com coleções Postman bem estruturadas baseadas em OpenAPI
  • Automação de testes com Newman e integração em CI/CD
  • Geração de coleções a partir de OpenAPI e gestão de ambientes de teste
  • Boas práticas de autenticação (JWT/Session) e padronização de fluxos de trabalho

Quick Start

Run a basic Postman workflow: configure the environment and collection, then execute the provided Newman script to run tests.

Frequently Asked Questions about postman-development

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

FAQPage Schema
How do I generate Postman collections from an OpenAPI specification?

To generate Postman collections from OpenAPI, you use the openapi-to-postmanv2 dependency to convert your OpenAPI specification into structured Postman collections, reducing manual API documentation effort and ensuring accurate endpoint definitions.

How do I automate API testing with Newman in a CI/CD pipeline?

Automating API testing with Newman in a CI/CD pipeline requires configuring your Postman environment and collection, then executing the provided Newman script to run automated tests continuously during your integration workflows.

What is the best way to manage JWT and session authentication in Postman test scripts?

The best way to manage JWT and session authentication in Postman involves applying best practices for automated pre-request and test scripting to standardize authentication workflows across your API testing environments.

Does openapi-to-postmanv2 work with existing Postman environments for test automation?

Yes, openapi-to-postmanv2 works with existing Postman environments by generating collections that integrate seamlessly with Newman for test automation and CI/CD pipelines, ensuring consistent environment management and automated execution.

Why do I need pre-request scripts when testing REST APIs with Postman?

Pre-request scripts are needed when testing REST APIs with Postman to automate environment setup and authentication token generation before test execution, ensuring your API testing workflows are standardized and error-free.

Can I use Postman and Newman for OpenAPI-driven API documentation and testing?

Yes, you can use Postman and Newman for OpenAPI-driven API documentation and testing by generating collections from OpenAPI specs and executing automated tests via scripts to validate API behavior in CI/CD environments.