testing

Run Playwright-based UI tests against web and hybrid applications.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill testing-matheusz-nied
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/matheusz-nied/stay-hard-motivation/tree/main/.local/skills/testing
Command: npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill testing-matheusz-nied

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates UI validation by running a Playwright-based testing subagent against your application to uncover regressions and ensure features behave as intended.

Core Features & Use Cases

  • End-to-end UI testing via a Playwright-based subagent that interacts with your app in a real browser.
  • Logs analysis from both browser and backend to diagnose issues with screenshots and diagnostics.
  • Supports test plans that cover login, navigation, forms, and multi-page flows, with structured results for quick feedback.

Quick Start

Create a test plan describing the user interactions that should be validated and then run runTest with that plan to execute automated UI tests.

Frequently Asked Questions about testing

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

FAQPage Schema
How do I automate end-to-end UI testing to catch regressions?

Automate UI testing by providing a testPlan description and optional relevantTechnicalDocumentation, then running runTest. The Playwright-based subagent executes the validated end-to-end flows against your web or hybrid app and returns structured results.

What do I need to run Playwright automated UI tests for my application?

You need to provide a testPlan description outlining the user interactions to validate, alongside optional relevantTechnicalDocumentation. The testing subagent then executes these end-to-end frontend flows across web and hybrid apps.

Can I use automated UI testing for multi-page forms and navigation flows?

Yes, automated UI testing applies to end-to-end frontend flows including login, navigation, form submission, and multi-page interactions. It validates these behaviors across web and hybrid apps, with optional API and database verifications.

How does automated UI testing diagnose frontend and backend issues?

Automated UI testing diagnoses issues by analyzing logs from both the browser and backend. It captures screenshots and diagnostics during test execution to help uncover regressions and pinpoint failures in frontend interactions.

What format do the results return after running automated UI tests?

Automated UI tests return a structured result including status, testOutput, subagentId, and screenshot paths. This structured output provides quick feedback on whether features behave as intended and highlights any regressions.