Tag: integration-testing

Type: All Skills Tools
skill ★ 77,350

OpenResponses API Compliance Test Suite

Executes the official OpenResponses compliance test suite against local or remote Response API endpoints. It validates schema adherence for features including streaming, tool calling, and multimodal inputs.

lobehub/lobehub api-testing compliance-testing openapi integration-testing
skill ★ 148,520

Advanced skill for robust frontend testing

This skill provides advanced methodologies and best practices for writing robust unit and integration tests for React applications. It guides developers through covering edge cases, boundary conditions, and complex asynchronous flows using …

langflow-ai/langflow react jest testing unit-testing
skill ★ 1,357

Writing Focused, Practical Codebase Tests

This skill guides developers through writing high-impact, focused tests for complex codebases, adhering to the 80/20 principle. It mandates minimal mocking, preferring real database interactions while focusing assertions on core behavior an…

dust-tt/dust unit-testing integration-testing typescript testing-strategy
skill

OpenResponses API Compliance Test Suite

Executes the official OpenResponses compliance test suite against local or remote Response API endpoints to validate schema adherence and functionality.

lobehub/lobe-chat api-testing compliance-testing openapi integration-testing
skill

cli backend integration testing workflow

This skill provides a structured workflow for performing end-to-end integration testing of LobeHub's backend services, allowing developers to validate changes to TRPC routers, models, and APIs using the dedicated CLI against a local develop…

lobehub/lobe-chat cli backend integration-testing trpc
skill

Mem0 integration verification and testing

This skill validates Mem0 integrations by performing static analysis, running native test suites across two feature-flag passes, and executing end-to-end smoke tests. It identifies compile-time and runtime regressions while ensuring the int…

embedchain/embedchain mem0 integration-testing automated-verification smoke-testing
skill

Playwright E2E Testing for Langflow

This skill enables the creation, debugging, and maintenance of Playwright-based end-to-end tests for the Langflow UI. It utilises custom fixtures for automated error detection in API responses and provides a structured approach to testing c…

logspace-ai/langflow playwright e2e-testing langflow browser-automation
skill ★ 2,782

testing dbhub connectors and utilities

This skill facilitates comprehensive testing of DBHub, covering unit tests using Vitest and complex integration tests leveraging Testcontainers for various database backends. It provides structured commands and debugging guidance for ensuri…

bytebase/dbhub testing unit-testing integration-testing testcontainers
skill ★ 50

Test-Driven Development Workflow

Enforces a rigorous test-driven development workflow, mandating unit, integration, and E2E tests with a minimum 80% coverage threshold. The process guides developers through defining user journeys and test cases prior to implementation.

tan-yong-sheng/ai-vision-mcp tdd testing playwright jest
skill ★ 15

Noosphere Basic Environment Detection Skill

This skill performs environment verification and debugging by checking for the presence of required directory structures within the Noosphere framework. It is designed for integration testing of the Skills protocol.

JinNing6/Noosphere noosphere environment-verification integration-testing debugging
skill ★ 24,025

Agent Builder End-to-End Smoke Test

Performs end-to-end smoke testing of the Agent Builder feature set by scaffolding a hermetic project linked to the current worktree. It validates workspace reconciliation, RBAC, registry flows, and infrastructure diagnostics using both API …

mastra-ai/mastra agent-builder smoke-testing qa-automation integration-testing
skill ★ 24,025

testing core agent error handling and retries

This guide details patterns for writing robust integration tests for error processors, focusing on mocking LLM API calls to simulate failures and verify retry logic. It covers best practices for asserting successful retries, error propagati…

mastra-ai/mastra testing integration-testing error-handling llm-mocking
skill ★ 693

Software Testing Best Practices and Guidelines

Provides a framework for writing robust integration tests, emphasising the use of real-world fixtures, mocking external services, and implementing regression tests for bug fixes.

getsentry/sentry-mcp testing-guidelines integration-testing regression-testing software-quality
skill ★ 693

Sentry MCP end-to-end QA testing

Verifies changes against a local development server by executing quality gates and exercising MCP tools via a CLI client. It also validates authentication flows, stdio transport, and integration with external agent clients.

getsentry/sentry-mcp sentry-mcp qa-testing mcp integration-testing
skill ★ 56,162

Mem0 Integration Verification and Testing

Automates the verification of Mem0 integrations by performing static analysis, dependency installation, and two-pass test suite execution. It executes end-to-end smoke tests to identify compile and runtime bugs without introducing regressio…

mem0ai/mem0 mem0 integration-testing smoke-testing automated-verification
skill ★ 184,429

Automated end-to-end pull request testing

Automates end-to-end testing of pull requests by building environments with Docker Compose and verifying system state via browser interactions and API calls. It captures screenshots and posts detailed test reports directly to GitHub PR comm…

Significant-Gravitas/AutoGPT e2e-testing pull-request docker-compose integration-testing