e2e-testing

Installation
SKILL.md

E2E Testing con Playwright

Organización

tests/
├── e2e/
│   ├── auth/
│   │   ├── login.spec.ts
│   │   └── register.spec.ts
│   ├── features/
│   │   └── dashboard.spec.ts
│   └── api/
│       └── endpoints.spec.ts
├── fixtures/
│   └── test-data.ts
└── pages/
    ├── LoginPage.ts
    └── DashboardPage.ts
Installs
6
First Seen
May 15, 2026
e2e-testing — webcomunicasolutions/claude-code-toolkit