dev-webtest

Automate web application testing with Playwright and generate Markdown reports.

Updated May 5, 2026
One-click install
npx skills add https://github.com/seiei-sogen/tumigi --skill dev-webtest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-webtest
Source: https://github.com/seiei-sogen/tumigi/tree/main/skills/dev-webtest
Command: npx skills add https://github.com/seiei-sogen/tumigi --skill dev-webtest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Web application testing requires repetitive manual browser operations, visual inspections, and accessibility audits that are error-prone and difficult to scale. This skill automates end-to-end testing, visual regression, accessibility validation, responsive design checks, and form validation using Playwright, transforming hours of manual QA into a single reproducible workflow.

Core Features & Use Cases

  • Plan-Based Testing: Execute structured test plans with API setup/cleanup, parallel scenario groups, and comprehensive Markdown reporting.
  • Exploratory Testing: Run monkey tests for random error detection or quick checks for instant visual and accessibility audits on any URL.
  • Multi-Dimensional Validation: Simultaneously verify visual layout, WCAG compliance, responsive breakpoints, and form input security in one execution.

Quick Start

Use the dev-webtest skill to run the test plan named "health-check" against the application URL and generate a detailed report of all detected visual, accessibility, and functional issues.

Frequently Asked Questions about dev-webtest

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

FAQPage Schema
How do I automate end-to-end web testing with Playwright?

Automate end-to-end web testing by executing structured test plans via Playwright CLI or MCP, running parallel scenario groups to validate UI workflows and generate detailed Markdown error reports.

Can I run visual regression and accessibility checks in the same test?

Yes, multi-dimensional validation runs visual regression checks, WCAG accessibility audits, and responsive breakpoint verification simultaneously within a single Playwright execution workflow.

What do I need to set up Playwright MCP for web UI testing?

You need a local @playwright/mcp configuration or a Docker Compose environment with a Playwright service container to execute automated web UI testing workflows and generate Markdown reports.

Does this support exploratory monkey testing for web applications?

Yes, it supports exploratory monkey testing for random error detection alongside quick URL checks for instant visual and accessibility audits on any web application address.

How are web test results documented and reported?

Test results are documented as structured Markdown reports, detailing detected visual, accessibility, and functional issues from executed Playwright test plans and exploratory checks.