Metadata-Version: 2.1
Name: ToolBox4Test
Version: 1.0.5
Summary: TestToolbox 测试工具箱
Home-page: https://gitlab.com/Gavinwhy/TestToolBox
Author: Gavin
Author-email: guowenwhy@foxmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: jsonpath (>=0.82)
Requires-Dist: pytest (>=7.1.2)
Requires-Dist: selenium (>=4.9.0)
Requires-Dist: faker (>=13.3.2)
Requires-Dist: requests (>=2.29.0)
Requires-Dist: xmind (>=1.2.0)
Requires-Dist: loguru (>=0.5.3)
Requires-Dist: pymysql (>=1.0.2)
Requires-Dist: redis (>=3.5.3)
Requires-Dist: business-rules-enhanced (>=1.2.2)

# 分享文档
[【分享】TestToolbox | 测试工具箱](https://kqnehw82cb.feishu.cn/docs/doccnBvx4YVeiO6YesdKv6w2BnG)

# 里程碑 需求池
1. 工具 1.0 基础功能准备
*  [x] 解析logman
*  [x] 格式化数据
*  [x] 快速查找数据
2. 接口网络数据解析
*  [ ] 请求头转换成Json
*  [x] 请求Param 转换 Json
*  [ ] 请求Query 转换 Json
*  [ ] Curl 转换
*  [ ] .har 文件转换
3. 网络代理抓包
*  [ ] 埋点解析, 事件上报比对
*  [ ] 接口mock工具


# testToolBox测试工具箱演示

- 食用姿势:
```
# 环境依赖:
# pip install jsonpath
# pip install yaml

# 同级目录新建 tool.bat 文件, 写入以下内容 

start python .\TestToolbox.py
```

### 相关背景

- 需求驱动
- 组合拼装
- 经验方法沉淀

- 日常工作需求
- 自动化测试总结沉淀
- 测试流程优化
