@deepstorm/cli 0.10.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/registry.json
CHANGED
|
@@ -1078,6 +1078,11 @@
|
|
|
1078
1078
|
"name": "reef-testcase",
|
|
1079
1079
|
"description": "基于 Jira Issue 生成结构化测试用例清单。从 Jira 功能描述和 PRD 上下文中提取测试场景,覆盖正常流程、边界条件、异常场景、验收标准四维。输出格式兼容 superpowers,可辅助生成更完备的单元测试。"
|
|
1080
1080
|
},
|
|
1081
|
+
"sweep-explore": {
|
|
1082
|
+
"tool": "sweep",
|
|
1083
|
+
"name": "sweep-explore",
|
|
1084
|
+
"description": "系统性为没有需求文档的现有系统生成 E2E 测试。通过前端源码分析自动发现模块、梳理业务流程、生成 .flow.md 和 Playwright 测试脚本。支持 React / Angular / Vue 3 / Vue 2。"
|
|
1085
|
+
},
|
|
1081
1086
|
"sweep-init": {
|
|
1082
1087
|
"tool": "sweep",
|
|
1083
1088
|
"name": "sweep-init",
|
|
@@ -1089,6 +1094,11 @@
|
|
|
1089
1094
|
"description": "交互式生成 .flow.md 测试意图文档。从 Issue 或 PRD 提取验收标准,通过结构化对话覆盖功能流程、边界条件、异常场景,输出 Markdown 格式的测试流程。",
|
|
1090
1095
|
"hasTemplate": true
|
|
1091
1096
|
},
|
|
1097
|
+
"sweep-record": {
|
|
1098
|
+
"tool": "sweep",
|
|
1099
|
+
"name": "sweep-record",
|
|
1100
|
+
"description": "Use when you have a browser recording (.recording.json) from `deepstorm record` and need to generate E2E tests. AI analyzes the recording to produce .flow.md + .spec.ts compatible with sweep-run. Supports selecting from multiple recordings or specifying one directly."
|
|
1101
|
+
},
|
|
1092
1102
|
"sweep-run": {
|
|
1093
1103
|
"tool": "sweep",
|
|
1094
1104
|
"name": "sweep-run",
|