AgentSkillsCN

playwright-e2e-execution

针对认证、日程安排与用户引导等场景,运行有针对性的 Playwright E2E 流程。当用户需要进行 E2E 烟雾测试,或对特定流程进行验证时,可使用此技能。

SKILL.md
--- frontmatter
name: playwright-e2e-execution
description: Run targeted Playwright E2E flows for auth, scheduling, and onboarding. Use when the user asks for E2E smoke tests or specific flow validation.

Playwright E2E Execution

Quick Start

  1. Pick the specific flow to validate.
  2. Run the matching Playwright script.
  3. Report pass/fail with artifacts.

Steps

  • Use repo scripts:
    • scripts/playwright-auth-smoke.ts
    • scripts/playwright-schedule-conflict.ts
    • scripts/playwright-therapist-authorization.ts
    • scripts/playwright-therapist-onboarding.ts

Output

  • Pass/fail summary and any failing steps.