개발 자동화

Webapp Testing

Use Playwright to test local web apps, flows, and regression screenshots.

카테고리
개발과 자동화
원본 저장소
Anthropic
태그
3
  • playwright
  • qa
  • e2e

기본 정보

카테고리

개발과 자동화

적합한 작업

web app testing, interaction regression, and screenshot checks

원본 저장소

Anthropic

태그

playwright, qa, e2e

이럴 때 쓴다

This skill is not generic testing advice. The source is a concrete Playwright workflow for local web apps. It first splits static HTML from dynamic apps: read HTML directly for selectors when the page is static, or use `scripts/with_server.py` to manage one or more local servers before running a pure Playwright script.

Its core pattern is reconnaissance first, action second: `page.goto()`, wait for `networkidle`, inspect the rendered DOM, take screenshots, list controls, then choose selectors and actions from the rendered state. It fits frontend verification, UI debugging, browser log capture, and screenshot-based checks.

소스 링크

GitHub

Anthropic

Anthropic의 webapp-testing skill 폴더로 바로 이동합니다.

webapp-testing

공식

GitHub 열기