webapp-testing

To test local web applications, write native Python Playwright scripts.

Content Preview
---
name: webapp-testing
description: "To test local web applications, write native Python Playwright scripts."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Web Application Testing

To test local web applications, write native Python Playwright scripts.

**Helper Scripts Available**:
- `scripts/with_server.py` - Manages server lifecycle (supports multiple servers)

**Always run scripts with `--help` first** to see usage. DO NOT read the source until you try running the script 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/webapp-testing.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/webapp-testing/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/webapp-testing/SKILL.md

Related Skills