From superpowers-laravel
Provides patterns for reliable, fast E2E Playwright tests in Laravel: state/seeds setup, test IDs/selectors, auth reuse, environment config, Sail integration. Use for maintainable end-to-end testing.
npx claudepluginhub jpcaparas/superpowers-laravel --plugin superpowers-laravelThis skill uses the workspace's default tool permissions.
Keep E2E tests reliable, fast, and maintainable.
Provides patterns for reliable Playwright E2E tests in web apps, covering locators, authentication, forms (React/SPA), assertions, organization, reliability, and CI/CD. Use for writing, reviewing, or debugging tests.
Provides Playwright-based E2E testing patterns for full-stack Python/React apps, including page object model, fixtures, auth state reuse, test data management, and CI integration for user workflows like login, CRUD, and cross-browser tests.
Guides writing, debugging, and configuring Playwright E2E tests for Next.js, FastAPI, Django, NestJS, Express, React apps. Covers locators, auth reuse, visual regression, accessibility, CI sharding.
Share bugs, ideas, or general feedback.
Keep E2E tests reliable, fast, and maintainable.
# Sail
sail pnpm playwright:test
# Non‑Sail
pnpm playwright:test
Use a dedicated .env.playwright and rebuild schema with migrate:fresh --seed before running.
data-testid attributes over CSS paths