webapp-testing
Installation
SKILL.md
Web Application Testing
To test local web applications, write native Python Playwright scripts.
Helper Scripts Available:
scripts/with_server.py- Manages server lifecycle (supports multiple servers)
Always run scripts with --help first to see usage.
CRITICAL: Check Existing First
Before writing ANY test scripts, verify:
- Check for existing test setup:
ls -la tests/ __tests__/ e2e/ playwright/ cypress/ 2>/dev/null
cat package.json | grep -i "playwright\|cypress\|vitest\|jest"
cat playwright.config.* vitest.config.* 2>/dev/null