Agent skill

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.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/webapp-testing-vidyfoo-antigravity-skill-en

SKILL.md

WebApp Testing Guide

Overview

This skill provides a comprehensive toolkit for testing and debugging web applications using Playwright.

Core Operations

Start a Dev Server

Before testing, ensure your web app is running.

bash
npm run dev

Run Playwright Tests

Execute automated tests to verify functionality.

bash
npx playwright test

Debugging with Browser

Use the browser tool to interact with the app manually and inspect state.

Best Practices

  • Use unique IDs for interactive elements to simplify selection.
  • Clear browser logs and screenshots before each test run for clean results.
  • Record videos of failed tests for easier debugging.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results