--- name: af-playwright-e2e description: Write Playwright E2E tests from Markdown scenario specifications or debug existing E2E tests. Use when creating end-to-end test files, generating tests from mini-PRD scenarios, configuring Playwright, or using Page Object Model patterns. # AgentFlow documentation fields title: Playwright E2E Tests (Entry Point) created: 2026-02-06 updated: 2026-02-06 last_checked: 2026-02-06 tags: [skill, entry-point, testing, playwright, e2e, scenarios] parent: ../README.md related: - ../../docs/guides/testing-guide.md - ../af-testing-expertise/SKILL.md --- # Playwright E2E Tests ## What to read **Generating E2E tests from Markdown scenarios (V2 workflow):** → [testing-guide.md#e2e-testing-from-markdown-scenarios](../../docs/guides/testing-guide.md#e2e-testing-from-markdown-scenarios) **Playwright setup, config, and test structure:** → [testing-guide.md#e2e-testing-with-playwright](../../docs/guides/testing-guide.md#e2e-testing-with-playwright) **Selector contracts for test IDs:** → [testing-guide.md#selector-contract-mini-prd-section-5](../../docs/guides/testing-guide.md#selector-contract-mini-prd-section-5) **Seed data for test preconditions:** → [testing-guide.md#seed-data-management](../../docs/guides/testing-guide.md#seed-data-management) **For comprehensive testing rules, pitfalls, and failure analysis:** → [af-testing-expertise/SKILL.md](../af-testing-expertise/SKILL.md)