# Webapp Testing Static HTML

> Sub-skill of webapp-testing: Static HTML (+2).

- Skill: `vamseeachanta/webapp-testing-static-html` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/webapp-testing-static-html`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/webapp-testing-static-html/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/webapp-testing-static-html

---


# Static HTML (+2)

## Static HTML


1. Read files directly to find selectors
2. Then automate with Playwright

## Dynamic Webapps


1. Check if server runs
2. If not, start with helper script
3. Perform reconnaissance (screenshots/DOM)
4. Then automate

## Running Servers


1. Perform reconnaissance first
2. Take screenshots
3. Inspect DOM
4. Then automate

