playwright-form-validation
Installation
SKILL.md
Playwright Form Validation Tester
Automates comprehensive form validation testing by systematically submitting invalid data, capturing validation messages, and generating detailed test reports.
Quick Start
Test a login form's validation:
# User asks: "Test the validation on the login form at example.com/login"
# Skill will:
# 1. Navigate to form
# 2. Test empty email field
# 3. Test invalid email format
# 4. Test empty password field
# 5. Test valid submission
# 6. Generate report with screenshots
Related skills