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
Related skills
Installs
2
Repository
v1-io/v1tamins
GitHub Stars
3
First Seen
Mar 1, 2026