n8n-integration-testing-patterns
About
This skill provides testing patterns for n8n node integrations, covering API contract validation, authentication flows, and error scenario handling. It's designed for developers to systematically test connectivity, rate limit behavior, and response processing in external service integrations. Use it when building or validating n8n workflows that interact with APIs.
Quick Install
Claude Code
Recommendednpx skills add proffesor-for-testing/agentic-qe -a claude-code/plugin add https://github.com/proffesor-for-testing/agentic-qegit clone https://github.com/proffesor-for-testing/agentic-qe.git ~/.claude/skills/n8n-integration-testing-patternsCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
n8n-workflow-testing-fundamentals
OtherThis Claude Skill provides comprehensive testing for n8n workflow automation, covering execution lifecycle, node connections, and data flow validation. It's designed for developers to validate workflow structure, test with realistic data, and verify error handling paths. Use it when building or maintaining n8n automation applications to ensure reliable workflow execution.
n8n-integration-testing-patterns
OtherThis skill provides testing patterns for n8n workflow integrations with external APIs. It covers API contract validation, authentication flows, rate limit handling, and error scenario testing. Use it when developing or validating n8n node integrations to ensure reliability.
n8n-expression-testing
OtherThis skill validates n8n workflow expressions, performing syntax checks and context-aware testing to catch common errors. It helps developers optimize data transformations by detecting pitfalls and security vulnerabilities. Use it to ensure your n8n JavaScript expressions are robust and performant before execution.
n8n-trigger-testing-strategies
OtherThis skill provides testing strategies for n8n workflow triggers, including webhooks, schedules, and polling mechanisms. It helps developers validate trigger configurations, authentication, and error handling. Use it when testing how n8n workflows are initiated.
