test-forms

Automate UI form validation across web pages with Playwright CLI.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/az9713/my-agent-skills --skill test-forms-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-forms
Source: https://github.com/az9713/my-agent-skills/tree/main/.claude/skills/playwright-ui-testing/test-forms
Command: npx skills add https://github.com/az9713/my-agent-skills --skill test-forms-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive UI form testing to catch validation errors, submission issues, and edge-case behavior across web pages.

Core Features & Use Cases

  • Multi-scenario form testing: validate happy path, invalid inputs, boundary cases, and advanced interactions.
  • Parallel execution: 4 subagents run concurrently to speed up coverage.
  • Comprehensive reporting: collects results, screenshots, and traces for each test run.

Quick Start

Use the described agent profiles to run the full 27-test form suite against your target URL.

Frequently Asked Questions about test-forms

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate UI form validation testing across multiple web pages?

Automated UI form validation testing executes 27 test cases via 4 parallel subagents to verify inputs, validation rules, file uploads, and submission flows across single-page and multi-page web apps. It catches validation errors and edge-case behavior while generating reports and screenshots.

Can I test file uploads and submission flows with Playwright?

Yes, Playwright supports testing file uploads and submission flows within web forms. The automated test suite covers happy path scenarios, invalid inputs, boundary cases, and advanced interactions, applying these validations across targeted web pages to ensure comprehensive form behavior.

Does parallel test execution work for web form testing?

Parallel test execution works for web form testing by running 4 subagents concurrently to speed up coverage across targeted pages. This allows 27 test cases to execute simultaneously, producing comprehensive reports, screenshots, and traces for each test run.

What do I need to set up Playwright for form testing?

You need the Playwright CLI installed to run the automated form testing suite. The suite uses predefined agent profiles to execute 27 test cases against your target URL, requiring no additional dependencies to validate form inputs and submission flows.

How do I get test reports and screenshots from automated web testing?

Automated web testing generates comprehensive reporting by collecting results, screenshots, and traces for each test run. After the 27 test cases execute across your web forms, the reporting mechanism compiles validation outcomes and visual evidence for review.