playwright-e2e-adra
Installation
SKILL.md
Playwright E2E — ADRA Frontends
Guidance for E2E tests in adra-frontends using @nuxt/test-utils/playwright, @adra-network/testing-utilities, and Nx targets.
When to apply
- Adding or fixing files under
frontends/*/tests/e2e/ - Debugging flaky timeouts, auth redirects, or "element not found"
- Deciding serial vs parallel test execution
- Setting up
.env.test:e2e,.env.build-static, or.env.playwright - Reviewing E2E PRs for selector/waiting anti-patterns