e2e-testing
Installation
SKILL.md
E2E Testing with Playwright
Build reliable, fast E2E test suites that catch regressions and enable confident deployments.
Quick Start
Test a local web application:
# If server not running, use the helper script
python scripts/with_server.py --server "npm run dev" --port 3000 -- python your_test.py
# If server already running, write Playwright directly
Basic Playwright test:
from playwright.sync_api import sync_playwright