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
Installs
57
GitHub Stars
9
First Seen
May 31, 2026
testing-webapps — osmontero/opencode-skills