What problem does it solve? Manually verifying that login, signup, checkout, and contact forms behave correctly across happy paths, invalid inputs, and error states is repetitive and error-prone. This Skill automates form testing in a real browser, catching silent submission failures, missing validation, and accessibility gaps before users do. ## Core Features & Use Cases - Happy Path & Validation Matrix: Fills fields, submits, and verifies outcomes, then runs a default matrix of invalid inputs per field type (email, password, number, date, phone, checkbox). - Multi-Step Flow Testing: Walks checkout and onboarding wizards step by step, checking back-navigation data retention and final confirmation states. - Form Accessibility Audit: Verifies keyboard navigation, Enter-to-submit, input labels, and screen-reader error announcements using the accessibility tree and audit tools. - Use Case: Before launching a new signup funnel, point the Skill at the staging URL with test credentials — it reports which validation cases the form blocks, which sneak through, and whether error messages are announced to screen readers, with screenshots and an HTML report. ## Quick Start Test the login form at https://staging.example.com/login using the provided test credentials and report validation and accessibility issues.