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