Agent Skills
› Hmbown/CodeWhale
› webapp-testing
webapp-testing
GitHub在真实浏览器环境中启动或复用本地 Web 应用,等待就绪后检查 DOM、控制台和网络状态,基于观察到的状态驱动交互流程,并记录通过/失败的证据以验证功能。
Trigger Scenarios
需要验证 Web 应用端到端流程
需要基于实际渲染状态进行自动化测试
Install
npx skills add Hmbown/CodeWhale --skill webapp-testing -g -y
SKILL.md
Frontmatter
{
"name": "webapp-testing",
"invocation": "model+user",
"description": "Start\/reuse a local app, wait for readiness, inspect rendered state\/console\/network, act from observed selectors, and verify with evidence."
}
Webapp Testing
When to use
Use to prove a web app flow works in a real browser/runtime context.
Non-goals
- Do not claim success from unit tests alone.
- Do not hardcode fragile selectors without observation.
Workflow
- Start or reuse the local app.
- Wait for readiness.
- Inspect DOM/console/network.
- Drive the flow from observed state.
- Record evidence of pass/fail.
Version History
- b0e4926 Current 2026-07-24 17:43


