n8n-trigger-testing-strategies
Installation
SKILL.md
n8n Trigger Testing Strategies
<default_to_action> When testing n8n triggers:
- IDENTIFY trigger type (webhook, schedule, polling, event)
- TEST with various valid payloads
- VERIFY authentication and authorization
- CHECK error handling for invalid inputs
- MEASURE response time and reliability
Quick Trigger Checklist:
- Trigger activates workflow correctly
- Payload parsed and validated
- Authentication enforced (if configured)
- Error responses are informative
- Response time is acceptable