webapp-testing

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

2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/billlzzz26/note-taker-convex-ai-convex --skill webapp-testing-billlzzz26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/billlzzz26/note-taker-convex-ai-convex/tree/main/.kilocode/skills/webapp-testing
Command: npx skills add https://github.com/billlzzz26/note-taker-convex-ai-convex --skill webapp-testing-billlzzz26

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This toolkit reduces the friction of testing local web applications by providing Playwright-based automation, server orchestration, and debugging utilities in a single workflow.

Core Features & Use Cases

  • Playwright-driven automation for local web apps, including dynamic and static pages.
  • Server management with helper scripts to start, monitor, and clean up local servers.
  • Diagnostic workflows such as DOM reconnaissance, selector discovery, screenshot capture, and console/log inspection.
  • Use cases include quick UI validation, regression checks, and bug report artifact collection.

Quick Start

Start a local server with the helper and run your Playwright automation script.

Frequently Asked Questions about webapp-testing

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

FAQPage Schema
How do I automate end-to-end testing for a local web app using Playwright?

Playwright automation scripts handle end-to-end testing for local web apps by orchestrating local servers, executing browser actions, and capturing diagnostic logs. The workflow supports both dynamic and static local pages.

Can I run Playwright tests on a static local web app without an active dev server?

Yes, you can run Playwright tests on static local web apps without an active dev server. The toolkit provides helper scripts to start and clean up local servers only when dynamic web app orchestration is required.

What's the best way to discover DOM selectors and capture screenshots during web testing?

Using diagnostic workflows to inspect the DOM, identify selectors, and save screenshot artifacts is the best way to capture visual evidence during web testing for regression checks and bug reports.

How do I inspect browser console logs when running local web app automation?

You inspect browser console logs during local web app automation by running Playwright scripts that capture browser output and console errors. This diagnostic workflow helps collect artifacts for bug reports and UI validation.

Does this Playwright automation workflow handle cleanup of local server processes?

Yes, the Playwright automation workflow handles safe cleanup of local server processes. It includes server management helper scripts that monitor and clean up local servers after script execution completes.