# pppp **Repository Path**: winghkx/pppp ## Basic Information - **Project Name**: pppp - **Description**: playwright+python+pytest+pytesthtml-UI自动化测试框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-05-23 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: playwright, Python, pytest, pytesthtml ## README # pppp #### 介绍 playwright+python+pytest+pytestHTML-UI自动化测试框架 #### 软件架构 软件架构说明 该框架采用playwright作为UI自动化工具,结合python编写测试用例,使用pytest作为测试框架来组织并执行测试,并通过pytest-html插件生成美观的HTML测试报告。 整体架构实现UI界面的自动化测试与结果可视化。 #### 安装教程 1. 略... #### 使用说明 1. common (公共方法封装) 2. report (报告截图地址) 3. testcase (测试用例) 4. run.py (运行入口) 5. trace.py,trace.zip (debug录制调试) 6. 定时任务.py (定时运行测试) 7. mail.py (发送邮件报告) 8. conftest.py (配置测试报告) 9. local_storage_data.json(token) 10. auth.json (cookies) 11. requirements.txt (依赖库列表)