qe-n8n-trigger-testing-strategies

Installation
SKILL.md

n8n Trigger Testing Strategies

<default_to_action> When testing n8n triggers:

  1. IDENTIFY trigger type (webhook, schedule, polling, event)
  2. TEST with various valid payloads
  3. VERIFY authentication and authorization
  4. CHECK error handling for invalid inputs
  5. 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

Critical Success Factors:

  • Test edge cases (empty payloads, large payloads)
Related skills
Installs
45
GitHub Stars
348
First Seen
Feb 27, 2026