workflow-testing
0
总安装量
3
周安装量
安装命令
npx skills add https://github.com/gtmagents/gtm-agents --skill workflow-testing
Agent 安装分布
gemini-cli
3
opencode
2
antigravity
2
replit
2
claude-code
2
github-copilot
2
Skill 文档
Workflow Testing & QA Skill
When to Use
- Any new automation or major revision prior to go-live.
- Regression testing after data, asset, or logic changes.
- Investigating deliverability, conversion, or routing anomalies.
Framework
- Unit Tests â confirm each branch, wait step, and action path with seed contacts.
- Integration Tests â verify webhook/API calls, CRM updates, enrichment, scoring.
- Content QA â links, tracking, personalization tokens, accessibility, localization.
- Compliance â consent, suppression, GDPR/CASL/CCPA rules, regional requirements.
- Performance â throttle checks, concurrency, error handling, failover.
Checklist
- Seed list matrix (personas, stages, regions, consent flags).
- Device/browser testing for email/SMS/push rendering.
- Logging + alerting validation.
- Rollback and kill switches documented.
Templates
- QA evidence log (screenshot, recipient, status, owner).
- Incident runbook for automation failures.
- Release checklist referencing stakeholders.
Tips
- Automate regression tests via APIs or synthetic users.
- Store test data separately and purge regularly to avoid reporting noise.
- Use feature flags to stage rollouts before full scale.