webapp-testing

webapp testing

composiohq 69k ↓ 3.4k updated 2mo ago
Claude Code
View source ↗

What it does

  • scripts/withserver.py - Manages server lifecycle (supports multiple servers)
  • Use syncplaywright() for synchronous scripts
  • Always close the browser when done
  • Use descriptive selectors: text=, role=, CSS selectors, or IDs
  • Add appropriate waits: page.waitforselector() or page.waitfortimeout()
  • examples/ - Examples showing common patterns:
  • elementdiscovery.py - Discovering buttons, links, and inputs on a page

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

webapp testing

Source

Repository: https://github.com/composiohq/awesome-claude-skills

webapp-testing FAQ

What does the webapp-testing skill do?

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. scripts/withserver.py - Manages server lifecycle (supports multiple servers) Use syncplaywright() for synchronous scripts

How do I install webapp-testing?

Run: npx -y skills add https://github.com/composiohq/awesome-claude-skills --skill webapp-testing --agent claude-code — the source lives at github.com/composiohq/awesome-claude-skills.

Maintain webapp-testing?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[webapp-testing on getagentictools](https://getagentictools.com/skills/composiohq-awesome-claude-skills-webapp-testing?ref=badge)
npx agentictools info skills/composiohq-awesome-claude-skills-webapp-testing

The second line is the CLI lookup for this page — handy in READMEs and docs.