Go to file
woan fda826446a fix(ones-sync): step 回写按 ONES 形态列全量 step
经实测确认 ONES 写接口形态:case result 可保持 to_do,只在跑过的 step 上
填 execute_result,未跑 step 仅列 uuid,且需列出该用例全部 step。

- OnesStepResult.execute_result 改为可选(未跑 step 只带 uuid)
- buildAnchoredPayloads 支持 fullStepsByNumber:列全量 step,
  全部跑完才聚合 case 结果(passed/failed),否则保持 to_do
- fetchCaseSteps: 取用例全部 step uuid
- sync 脚本对含 step 锚点的用例先拉全量 step 列表再回写

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-29 15:49:22 +08:00
.claude feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
.idea feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
config feat: AI Hub 测试完善 + ONES 同步 + 必测项转换提示词 2026-05-29 11:04:12 +08:00
docs docs/prompts: 必测项 manifest 生成器 + 测试计划按优先级四层重构 2026-05-29 14:55:40 +08:00
drivers feat: AI Hub 测试完善 + ONES 同步 + 必测项转换提示词 2026-05-29 11:04:12 +08:00
locators feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
prompts docs/prompts: 必测项 manifest 生成器 + 测试计划按优先级四层重构 2026-05-29 14:55:40 +08:00
scripts fix(ones-sync): step 回写按 ONES 形态列全量 step 2026-05-29 15:49:22 +08:00
test-plan docs/prompts: 必测项 manifest 生成器 + 测试计划按优先级四层重构 2026-05-29 14:55:40 +08:00
tests feat: AI Hub 测试完善 + ONES 同步 + 必测项转换提示词 2026-05-29 11:04:12 +08:00
utils fix(ones-sync): step 回写按 ONES 形态列全量 step 2026-05-29 15:49:22 +08:00
.DS_Store feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
.env.example feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
.gitignore feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
global-setup.ts feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
iOS连接修复指南.md feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
package-lock.json feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
package.json docs/prompts: 必测项 manifest 生成器 + 测试计划按优先级四层重构 2026-05-29 14:55:40 +08:00
tsconfig.json feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00
vitest.config.ts feat: initial commit - AI UI Automation (Midscene + Vitest) 2026-05-27 18:50:22 +08:00