·webapp-testing
</>

webapp-testing

vapvarun/claude-backup

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.

6Installs·0Trend·@vapvarun

Installation

$npx skills add https://github.com/vapvarun/claude-backup --skill webapp-testing

SKILL.md

| Race conditions | Test checks before page updates | Use waitFor or expect with retries | | Flaky selectors | CSS classes change | Use data-testid or role selectors | | Hard-coded waits | page.waitForTimeout(3000) | Wait for specific conditions | | Not waiting for hydration | JS not executed | waitForLoadState('networkidle') |

| Shared state | Tests affect each other | Use isolated storage/auth per test | | Ignoring errors | Uncaught exceptions | Check page.on('pageerror') |

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. Source: vapvarun/claude-backup.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vapvarun/claude-backup --skill webapp-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vapvarun/claude-backup --skill webapp-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is webapp-testing?

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. Source: vapvarun/claude-backup.

How do I install webapp-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vapvarun/claude-backup --skill webapp-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/vapvarun/claude-backup

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01