test-integration

Run end-to-end integration tests across suites and environments.

84|5|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/fitlab-ai/agent-infra --skill test-integration-fitlab-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-integration
Source: https://github.com/fitlab-ai/agent-infra/tree/main/.agents/skills/test-integration
Command: npx skills add https://github.com/fitlab-ai/agent-infra --skill test-integration-fitlab-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and streamlines end-to-end integration testing for a project, reducing manual setup and verification effort.

Core Features & Use Cases

  • Unified orchestration of integration tests across the repository and environments.
  • Pre-checks and guidance, including Node.js version verification (>= 18) and environment readiness.
  • Centralized test execution and clear result reporting (passed/failed, environmental issues, failures) to inform decision-making.
  • Use Case: Validate a new feature across components before merging, ensuring end-to-end reliability.

Quick Start

Run the full integration test suite for the current project.

Frequently Asked Questions about test-integration

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

FAQPage Schema
How do I automate end-to-end integration tests across multiple environments in a CI pipeline?▼

End-to-end integration tests are automated by orchestrating a unified test suite across your repository and environments, executing centralized validation and reporting failures and environmental issues to inform merge decisions.

What is the best way to run a unified test suite for Node.js integration testing?▼

Unified test suite execution for Node.js integration testing is handled by orchestrating the full suite centrally, verifying environment readiness, and reporting passed/failed counts alongside any environmental issues discovered during the run.

Do I need a specific Node.js version to run integration tests in CI pipelines?▼

Integration tests in CI pipelines require Node.js version 18 or higher, enforced through pre-checks that verify your environment readiness before executing the test suite.

Can I use this to validate a new feature across components before merging?▼

Validating a new feature across components before merging is a primary use case, ensuring end-to-end reliability by running the full integration test suite and checking results for failures or environmental issues.

How does integration test reporting handle environmental issues and test failures?▼

Integration test reporting captures passed and failed counts, flags environmental issues encountered during execution, and details specific failures to provide clear visibility into test results and infrastructure problems.