# Af Test Email Delivery

> Test email delivery flows in E2E tests including signup verification and password reset. Use when verifying received emails in Playwright tests via Gmail API or testing invitation workflows.

- Skill: `majiayu000/af-test-email-delivery` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/af-test-email-delivery`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/af-test-email-delivery/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/af-test-email-delivery

---


# Email E2E Testing

## What to read

**Gmail API verification workflow, credentials, and helper patterns:**
→ [af-configure-test-frameworks/SKILL.md](../af-configure-test-frameworks/SKILL.md) — see "Workflow: Email Verification in E2E Tests"

**E2E infrastructure requirements (SES, Cognito email config):**
→ [testing-guide.md#e2e-infrastructure-requirements](../../docs/guides/testing-guide.md#e2e-infrastructure-requirements)

**E2E-ready authentication checklist:**
→ [testing-guide.md#e2e-ready-authentication-checklist](../../docs/guides/testing-guide.md#e2e-ready-authentication-checklist)

**Common pitfalls (Gmail search queries, email URL extraction):**
→ [af-configure-test-frameworks/SKILL.md](../af-configure-test-frameworks/SKILL.md) — see "Gmail Search Query Mismatch" and "Email Links Contain Production URLs"

