Skip to content

Commit

Permalink
优化打包配置文件,更新readme文件
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbk committed Oct 16, 2024
1 parent 2d2e517 commit 3accb5c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
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

建立包组件库

…………
1 change: 1 addition & 0 deletions code2exe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from PyInstaller.utils.hooks import collect_submodules, collect_data_files
import os
import sys
sys.setrecursionlimit(sys.getrecursionlimit() * 5)

block_cipher = None

Expand Down

0 comments on commit 3accb5c

Please sign in to comment.