email-verification

Tests email verification link, resend flow, and expired token handling.

Content Preview
# Email Verification Template

Tests email verification link, resend flow, and expired token handling.

## Prerequisites
- Registered but unverified account: `{{unverifiedEmail}}`
- Valid token: `{{verificationToken}}`
- Expired token: `{{expiredVerificationToken}}`
- App running at `{{baseUrl}}`

---

## TypeScript

```typescript
import { test, expect } from '@playwright/test';

test.describe('Email Verification', () => {
  // Happy path: valid verification link
  test('verifies email with vali
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/email-verification.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/playwright-pro/templates/onboarding/email-verification.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/playwright-pro/templates/onboarding/email-verification.md

Related Skills