Files
obsidian-notes/1Project/AI工程/AI for 测试/AirTest.md
Zane 34590c05b7 1
2026-04-26 16:23:33 +08:00

14 lines
611 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 思路
- 检测git diff代码经过LLM分析需要测试哪些模块如果diff的代码是修改已经有相应的案例的话直接跑没有的话添加新案例。把跑出来的报错发到报告错误频道。
## need to do
- git push webhook(已实现)
- diff代码经过AI Agent分析对应的AirTest案例
- 如果是新的模块编写AirTest案例
- 拉起对应的AirTest案例运行
- 报告发到对应频道
## 细节
- 如何mock数据
- 如何识别出改动的地方的不同伪造数据的表现?
- 检测中需要检测某某位置是否出现了正确的图标