Integration Test Runner

Execute integration tests validating inter-service communication and API contract adherence.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/farmountain/sdlc_agent_swarm --skill integration-test-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Integration Test Runner
Source: https://github.com/farmountain/sdlc_agent_swarm/tree/main/vscode-sdlc-swarm/templates/.agents/skills/integration-test-runner
Command: npx skills add https://github.com/farmountain/sdlc_agent_swarm --skill integration-test-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that different services within an application ecosystem communicate correctly, validating their interactions and data flows.

Core Features & Use Cases

  • Service Orchestration: Coordinates multiple services for comprehensive testing.
  • Contract Validation: Verifies that services adhere to their defined API contracts.
  • Data Flow Testing: Ensures that data moves correctly through end-to-end scenarios.
  • Use Case: After deploying new versions of microservices, this Skill can automatically run a suite of tests to confirm they still interact as expected, preventing integration failures in production.

Quick Start

Run the integration tests for the 'user-service' and 'order-service' to verify their interaction.

Frequently Asked Questions about Integration Test Runner

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

FAQPage Schema
How do I validate API contracts and inter-service communication in a distributed system?

You can validate API contracts and inter-service communication by executing integration tests that verify service interactions and end-to-end data flows. This Skill coordinates multiple services to ensure their interactions adhere to defined API contracts.

When do I need to run integration tests for microservices after deployment?

You need to run integration tests after deploying new microservice versions to confirm they interact as expected and prevent integration failures in production. This validates that updated services maintain correct data flows and API adherence.

Can I simulate dependencies and manage environments for end-to-end testing?

Yes, you can simulate dependencies and manage environments for end-to-end testing. The Skill supports service orchestration and dependency simulation to create robust testing scenarios across your defined service topology.

Do I need a defined service topology to test end-to-end data flows?

Yes, you need a defined service topology and API contracts for successful execution. The Skill relies on these defined structures to validate inter-service communication and ensure data moves correctly through end-to-end scenarios.

What is the best way to test service orchestration across multiple microservices?

The best way to test service orchestration is by coordinating multiple services for comprehensive testing scenarios. This Skill executes tests that validate API contract adherence and data flows, ensuring robust interaction verification across your ecosystem.