laravel:e2e-playwright
Installation
SKILL.md
E2E Playwright (Laravel)
Keep E2E tests reliable, fast, and maintainable.
Environment
# Sail
sail pnpm playwright:test
# Non‑Sail
pnpm playwright:test
Use a dedicated .env.playwright and rebuild schema with migrate:fresh --seed before running.