x-execute-api-smoke-tests

Orchestrates black-box REST API smoke tests via Postman/Newman on deployed environments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-execute-api-smoke-tests
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-execute-api-smoke-tests
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-execute-api-smoke-tests
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-execute-api-smoke-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate black-box REST API smoke tests against deployed environments.

Core Features & Use Cases

  • Automated REST smoke tests: Run a Postman/Newman collection against live environments to validate health and core functionality.
  • Environment versatility: Works with local, Kubernetes (k8s), and staging deployments with optional port-forwarding.
  • Idempotent testing & reporting: Each run creates isolated test data, collects structured results, and gracefully handles failures.

Quick Start

Invoke the x-execute-api-smoke-tests to run automated REST API smoke tests against the current deployment.

Frequently Asked Questions about x-execute-api-smoke-tests

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

FAQPage Schema
How do I run automated REST API smoke tests against a deployed environment?▼

Run automated REST API smoke tests by executing a Postman collection with Newman against your live deployment. This validates core endpoints and health checks in local, Kubernetes, or staging environments.

What do I need to run Newman smoke tests on my application?▼

To run Newman smoke tests, you need Newman installed, a deployed application exposing a health endpoint, and a Postman collection located under smoke-tests/api/ with environment configurations.

Can I run Postman health checks against Kubernetes deployments?▼

Yes, you can run Postman health checks against Kubernetes deployments. The smoke tests support local, Kubernetes, and staging environments with optional port-forwarding to validate live endpoints.

What is the best way to validate core API endpoints after deployment?▼

The best way to validate core API endpoints after deployment is orchestrating black-box REST API smoke tests. This approach runs a Postman collection against live environments to verify health and core functionality.

How does isolated test data work during REST API smoke testing?▼

REST API smoke testing creates isolated test data during each run to ensure idempotent testing. It collects structured results and gracefully handles failures without affecting subsequent test executions.

Why should I use Newman for REST API smoke testing instead of other tools?▼

You should use Newman for REST API smoke testing because it orchestrates black-box tests against deployed environments, ensuring reliable validation of core endpoints and health checks with structured reporting and isolated test data.