dsh-browser-testing
其他 活跃维护

dsh-browser-testing

satan9394/dsh-browser-testing

支持调用真实浏览器完成DOM结构、控制台日志、网络请求、性能指标的自动化验证,同时可校验UI界面渲染一致性,轻量易集成,适配前端项目测试流程。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-browser-testing
git clone https://github.com/satan9394/dsh-browser-testing.git
git clone git@github.com:satan9394/dsh-browser-testing.git
README.md main

dsh-browser-testing

浏览器测试与 UI 验证:用真实浏览器验证 DOM/控制台/网络/性能,替代
"猜运行时发生了什么"。修复验证闭环(复现→假设→修复→浏览器重测→回归)。

受 addyosmani/agent-skills
(88k★ MIT)的 browser-testing-with-devtools 技能启发,改编为 DSH
中文原创精简版(不强制依赖 DevTools MCP,按环境可用性分层)。

安装

dsh plugin --profile web add dsh-browser-testing
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-browser-testing
# 重启 dsh web 生效

使用

对 agent 说"验证这个页面 / 排查 UI 问题",browser-testing 技能输出
浏览器验证报告(DOM/控制台/网络/性能逐项)。

结构

dsh-browser-testing/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/browser-testing/SKILL.md

License

MIT。原创精简改编,灵感来自 addyosmani/agent-skills(MIT)。