n8n-integration-testing-patterns

Community

Automate API integration testing for n8n workflows, ensure reliability.

Authorpacphi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the complexity of testing n8n integrations with external services like Slack, Google Sheets, and Jira.

Quick Start

When testing n8n integrations: verify connectivity and authentication, test all configured operations, validate API response handling, check rate limit behavior, and confirm error handling works properly.

Core Features & Use Cases

  • API Contract Testing: Validate request/response formats match API specifications.

Quick Start

Test Slack connectivity by verifying OAuth2 token validity, required scopes, and automatic refresh capabilities.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: n8n-integration-testing-patterns
Download link: https://github.com/pacphi/ampel/archive/main.zip#n8n-integration-testing-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository