test-ui

Automate Playwright UI smoke tests for web applications across browsers.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill test-ui-oogdz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-ui
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/test-ui
Command: npx skills add https://github.com/oogDZ/2 --skill test-ui-oogdz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Playwright UI smoke tests to quickly verify the visual and functional health of web applications, reducing manual QA effort for regression checks.

Core Features & Use Cases

  • Playwright-driven UI smoke tests that cover critical startup paths
  • Screenshots, PASS/FAIL reporting, and concise test results for rapid feedback
  • Seamless integration with existing QA workflows to validate UI stability across browsers and environments

Quick Start

Run the /test-ui command to trigger the Playwright UI smoke tests.

Frequently Asked Questions about test-ui

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

FAQPage Schema
How do I automate Playwright UI smoke tests for web applications?

Playwright UI smoke tests are automated by triggering the /test-ui command, which rapidly verifies visual and functional integrity across browsers to provide quick feedback on UI stability.

What is automated UI smoke testing used for in QA workflows?

Automated UI smoke testing is used to quickly verify the visual and functional health of web applications, reducing manual QA effort for regression checks in development pipelines.

Do I need the Playwright CLI to run these UI smoke tests?

Yes, you need the Playwright CLI to run these UI smoke tests, as the tool specifies the required Playwright tooling and test harness conventions to ensure deterministic results.

Can I integrate Playwright smoke tests into existing development pipelines?

Playwright smoke tests integrate seamlessly with existing QA workflows to validate UI stability across browsers and environments, applying directly to development pipelines for rapid feedback.

What kind of reporting do Playwright UI smoke tests generate?

Playwright UI smoke tests generate screenshots, PASS/FAIL reporting, and concise test results to deliver rapid feedback on critical startup paths for web applications.