webapp-testing

Test local web applications with Playwright in Python and Node environments.

20|1|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/kazuph/reviw --skill webapp-testing-kazuph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/kazuph/reviw/tree/main/plugin/skills/webapp-testing
Command: npx skills add https://github.com/kazuph/reviw --skill webapp-testing-kazuph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Toolkit helps you interact with and test local web applications using Playwright. It supports frontend verification, UI debugging, capturing screenshots, and viewing browser logs across Python and Node environments.

Core Features & Use Cases

  • Playwright-driven testing: Python and Node.js scripts for end-to-end testing
  • Server lifecycle management: Helper script to start/stop local servers
  • Evidence capture and logging: Screenshots, videos, console logs, and request monitoring
  • Reference patterns: Includes examples for element discovery, static HTML automation, and diagnostics

Quick Start

Run a Playwright-based script to verify your local app. Start by examining the helper script with_server.py for server management, then create a simple test script that navigates to http://localhost:5173, waits for networkidle, and captures a screenshot.