Webapp Testing

Installation
SKILL.md

Webapp Testing with Playwright

Purpose

Test local web applications using Playwright for:

  • UI verification and visual regression
  • User flow testing
  • Accessibility compliance
  • Cross-browser compatibility
  • Debug UI behavior with screenshots/traces

FrankX Project Setup

The project already has Playwright configured:

// playwright.config.ts
import { defineConfig } from '@playwright/test';
Related skills
Installs
First Seen