webapp-testing
Installation
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.
npm run dev
Run Playwright Tests
Execute automated tests to verify functionality.
npx playwright test