SkillDex
Claude Code其他 Skill测试 / QAactive

Webapp Testing

A Claude Skill for testing local web applications with Playwright scripts, browser logs, screenshots, and server lifecycle helpers.

概览

Use this reference when a frontend change needs browser-level verification beyond static tests or build checks.

这个 Skill 可以做什么

  • Guides local web app testing with Playwright-backed scripts.
  • Supports browser log inspection and screenshot capture when useful.
  • Keeps server lifecycle handling explicit for local smoke tests.

最佳使用场景

  • Checking a local web app after a UI or route change.
  • Capturing browser logs for an interaction failure.
  • Running a smoke flow while managing a local dev or static server.

不适合

  • Replacing unit tests, linting, or static export verification.
  • Claiming production health from a local-only smoke test.
  • Testing pages that require credentials without explicit authorization.

输入

  • Local web app URL, server command, target route, and expected UI behavior.
  • Known browser errors or screenshots when debugging a failure.

输出

  • Browser smoke result with routes, interactions, and console notes.
  • Screenshot or log evidence when captured by the testing workflow.
  • Failure summary with reproduction steps.

兼容性

Tools: Claude Code

Environments: Claude Code or compatible Skill runtime, Local web application with browser automation available

  • Requires a runnable local web app or static server.
  • Browser smoke results should be paired with test/build output before release.

SkillDex links to the source only; it does not run browser tests online.

证据摘要

implementedVerified 2026-07-02
  • Source directoryrepo

    Public source directory and Apache-2.0 license file were checked for this catalog entry.

安全示例提示词

Smoke test UI

Use the Webapp Testing reference to verify the local static export loads, filters render, and a detail-page link can be clicked.

Debug browser flow

Use the Webapp Testing reference to inspect browser console output for this failing local interaction and summarize the reproduction path.

安装 / 使用

Reference the upstream public Skill directory.

  1. 1Open the GitHub source directory for the Skill.
  2. 2Review the current Playwright helper guidance before applying it locally.

来源元数据

Author
anthropics
License
Apache-2.0
Indexed
2026-07-02
Reviewed
2026-07-02