webapp-testing

Installation
SKILL.md

Web App Testing (Playwright)

Prefer small, targeted Playwright scripts over heavyweight test suites when you need fast UI verification.

Quick Start

  1. Decide what you’re testing:
    • static HTML file (file://…) vs local dev server (http://localhost:…)
  2. Recon first:
    • take a screenshot
    • list buttons/links/inputs
    • capture console logs
  3. Then automate:
    • select stable locators
    • assert visible text and URL changes
    • keep timeouts explicit and minimal
Installs
3
GitHub Stars
12
First Seen
Feb 28, 2026
webapp-testing — vadimcomanescu/codex-skills