Web App Testing

Repository Docs
markdown Development
testingplaywrightfrontende2edebugging

Summary

Interact with and test local web applications using Playwright — verify frontend behavior, debug UI, capture screenshots, and read browser logs.

Features

  • Drive local web apps with Playwright
  • Verify frontend functionality end to end
  • Capture browser screenshots
  • Read browser console logs
  • Debug UI behavior interactively

Install This Skill

Add this skill to your favorite AI agent in a few steps.

Any AI agent

This skill is plain instructions — it works with any assistant that accepts custom instructions or system prompts.

  1. Copy the skill content with the button below.
  2. Paste it into your agent's instruction file or system prompt (for example AGENTS.md, .cursorrules, or a custom instructions field).
  3. Ask the agent to apply the skill whenever the task matches.

Skill Content

Markdown Content

Copy this content and use it with your preferred AI agent

# Web App Testing

Use this skill to interact with and test a local web application in a real browser.

## What it does
- Launches the app under Playwright and drives it like a user
- Verifies that frontend flows actually work
- Captures screenshots of the running UI
- Reads browser console logs to diagnose failures

## When to reach for it
When you need to confirm a change works in the real app — clicks, navigation, rendering — not just that unit tests pass.

Description

A toolkit for driving and testing local web applications with Playwright. It verifies frontend functionality, debugs UI behavior, captures browser screenshots, and surfaces browser console logs — useful for confirming a change works in a real browser rather than only in unit tests.

Related Skills

Browse all skills →