经实测确认 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> |
||
|---|---|---|
| .. | ||
| common | ||
| agent.ts | ||
| automation-helper.ts | ||
| bot-helper.ts | ||
| ones-sync.ts | ||
| test-reporter.ts | ||
| wda-helper.ts | ||