testing-webapps
Installation
SKILL.md
Testing Web Applications
To test local web applications, write native Python Playwright scripts.
Prerequisites
Before running any Python scripts, activate the opencode virtual environment:
source ~/.local/opencode-venv/bin/activate
Then use python3 scripts/... normally. If Playwright browser binaries aren't installed yet:
playwright install chromium