testing

Automate end-to-end UI testing of web applications with Playwright.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/tann200/CodingAgent --skill testing-tann200
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/tann200/CodingAgent/tree/main/tui/.local/skills/testing
Command: npx skills add https://github.com/tann200/CodingAgent --skill testing-tann200

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates UI testing for web applications, ensuring that features and UI components work correctly before deployment.

Core Features & Use Cases

  • Automated UI Testing: Perform end-to-end UI tests using Playwright subagents.
  • Browser Interaction: Interact with applications as if using a browser, including navigation and form submission.
  • Test Report: Generate detailed test reports with screenshots and diagnostics.
  • Use Case: Before releasing a new feature, use this Skill to automatically run a test suite and verify that the application behaves as expected.

Quick Start

Run a UI test against the application using the runTest command.

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 for a web application?

You can automate end-to-end UI testing by running this Skill, which uses Playwright subagents to interact with your web application like a real browser and verify expected behavior. It handles navigation and form submissions automatically.

Do I need Playwright installed to run automated UI tests?

Yes, you need Playwright installed and available in your environment. The Skill relies on Playwright specifically to drive browser automation, handle interactions, and capture screenshots for its test reports.

Can I generate test reports with screenshots for my UI testing suite?

Yes, this UI testing Skill generates detailed test reports complete with screenshots and diagnostics. It provides these outputs automatically after interacting with your web application to validate features.

What is the best way to verify web application features before deployment?

The best way to verify features before deployment is to run an automated UI test suite. This Skill executes end-to-end tests against your application, interacting with components as a browser would to ensure correct behavior.

Does this automated testing tool handle browser interactions like form submission?

Yes, the automated testing tool handles full browser interactions including navigation and form submission. It drives the web application using Playwright to ensure all UI components work correctly.

What are the limitations of using Playwright subagents for e2e testing?

The primary limitation is the absolute dependency on Playwright for browser automation. While it effectively handles navigation and form submission, any browser environments or web applications incompatible with Playwright cannot be tested using this Skill.