testing

Automate end-to-end UI testing with a Playwright-based subagent.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/offers-png/one-time-checkout --skill testing-offers-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/offers-png/one-time-checkout/tree/main/.local/skills/testing
Command: npx skills add https://github.com/offers-png/one-time-checkout --skill testing-offers-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end UI testing is streamlined by using a Playwright-based subagent to interact with your app, capture logs, and provide actionable feedback including screenshots.

Core Features & Use Cases

  • End-to-end UI test execution with runTest, including browser interactions, log analysis, and diagnostics; and coverage across frontend and backend flows.
  • This approach supports validating newly implemented features, regression checks, and UI consistency.

Quick Start

Call runTest with a detailed testPlan to execute automated UI tests against your running application.

Frequently Asked Questions about testing

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

FAQPage Schema
How do I run end-to-end UI tests using Playwright?

Execute end-to-end UI tests by calling runTest with a detailed testPlan to automate Playwright browser interactions and capture diagnostic screenshots. Provide relevantTechnicalDocumentation to guide the subagent through frontend and backend flows.

What is automated Playwright UI testing used for?

Automated Playwright UI testing validates newly implemented features, executes regression checks, and verifies UI consistency across frontend and backend interactions. It captures browser logs and screenshots to provide actionable diagnostic feedback.

Do I need a Playwright environment to run automated UI tests?

Yes, executing automated UI tests requires a Playwright environment configured for the subagent. You must pass a testPlan and relevantTechnicalDocumentation to validate your running application's frontend and backend interactions.

Can I validate regression checks across frontend and backend flows?

Yes, you can validate regression checks across frontend and backend flows by executing Playwright UI tests. The subagent interacts with your app, captures browser logs, and returns actionable feedback with screenshots to verify UI consistency.

How do I capture screenshots and logs during UI test automation?

Capture screenshots and logs by executing a testPlan via runTest. The Playwright-based subagent interacts with your running application, analyzes browser logs, and returns actionable diagnostics with screenshots for UI test automation.