webapp-testing

Write Python Playwright scripts to test and debug local web applications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chrisklop/genuverity7 --skill webapp-testing-chrisklop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/chrisklop/genuverity7/tree/main/.claude/skills/webapp-testing
Command: npx skills add https://github.com/chrisklop/genuverity7 --skill webapp-testing-chrisklop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a Playwright-based toolkit to interact with, test, and debug local web applications, reducing manual testing time and catching UI issues early.

Core Features & Use Cases

  • Playwright-based Testing: Write Python Playwright scripts to verify frontend functionality.
  • Server Helpers: Use scripts/with_server.py to manage one or more local servers during tests.
  • Practical Examples: Console log capture, element discovery, and static HTML automation.

Quick Start

Start by exploring the examples in examples/ and run a basic Playwright test script with the helper to manage a local server.