webapp-testing

Installation
SKILL.md

Webapp Testing

Overview

This toolkit enables testing local web applications using Playwright with Python for frontend verification, UI debugging, screenshot capture, and browser automation.

Quick Start

# Install dependencies
pip install playwright pytest requests
playwright install chromium
from playwright.sync_api import sync_playwright
Installs
21
GitHub Stars
11
First Seen
Jan 24, 2026
webapp-testing — vamseeachanta/workspace-hub