-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# AutoTestCodeTools | ||
政务APP应用事项巡检可视化工具助手 | ||
|
||
依托于Airtest框架、POCOUI框架,实现某APP的自动化巡检工作。 | ||
|
||
本代码开源可用,支持Windows、macOS、linux三个系统编译使用 | ||
|
||
运行前需安装:pyinstaller | ||
|
||
pip install pyinstaller | ||
|
||
pyinstaller code2exe.spec --clean | ||
|
||
(可选,配置upx进行包压缩) | ||
|
||
![iShot_2024-10-16_19.10.56](/Users/wubin/Pictures/iShot_2024-10-16_19.10.56.png) | ||
|
||
已实现功能: | ||
|
||
启动APP | ||
|
||
关闭APP | ||
|
||
导入文件 | ||
|
||
导出文件 | ||
|
||
循环遍历 | ||
|
||
重复检查 | ||
|
||
报错 标红/标黄 | ||
|
||
|
||
|
||
后续开发…… | ||
|
||
检查一致性 | ||
|
||
提升工具包适配多APP | ||
|
||
建立包组件库 | ||
|
||
………… |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters