webapp-testing

Automate Playwright-driven end-to-end web application testing for routing, accessibility, and performance issues.

8|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/MisonL/Ling --skill webapp-testing-misonl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/MisonL/Ling/tree/main/.agents/skills/webapp-testing
Command: npx skills add https://github.com/MisonL/Ling --skill webapp-testing-misonl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

Web 应用测试是确保发布质量的核心。本技能提供以 Playwright 为核心的系统化端到端测试方法,帮助发现路由、API 端点、 UI 组件的潜在问题,并提供可观测性要素(如截图与简单性能指标)。

Core Features & Use Cases

  • 端到端测试覆盖路由、API 调用与关键用户流程。
  • 可访问性与性能基线:提供基本的 a11y 检查与页面加载时序统计。
  • 快速诊断与复用:可重复使用的测试模板,支持在不同项目中快速落地。

Quick Start

运行测试脚本,对目标网页执行基础检查并产出页面信息与加载情况报告。

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 web app testing with Playwright to check routing and UI components?

Automate end-to-end web app testing with Playwright by executing scripts that navigate routes, verify UI components, and execute API endpoint health checks. This systematically uncovers routing issues and validates critical user flows.

Can I measure page load performance timing and capture screenshots during automated web testing?

Yes, you can measure page load performance timing metrics and capture optional screenshots during automated web testing. The scripts provide basic performance baseline statistics and visual observability alongside DOM UI checks.

What is the best way to perform accessibility audits and basic a11y checks for web applications?

Perform accessibility audits and basic a11y checks by running automated testing scripts against your web application. These scripts evaluate DOM elements against accessibility baselines to help discover UI compliance issues.

Do I need Playwright installed to run automated end-to-end tests for web applications?

Yes, Playwright is a required dependency to run these automated end-to-end tests for web applications. The testing framework relies entirely on Playwright to drive browser execution, discover routes, and interact with APIs.

How do I run API endpoint health checks and discover routing issues in web apps?

Run API endpoint health checks and discover routing issues in web apps by executing Playwright-driven testing scripts. The automation validates API calls and monitors application routing to quickly diagnose potential failures.