# ui_test **Repository Path**: realmshuo/ui_test ## Basic Information - **Project Name**: ui_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-02 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ui_test #### 介绍 这是一个UI自动化的项目 ##### 项目框架 - base - page - test - data - log - report #### 软件架构 - **编程语言:** Python - **自动化框架:** Selenium / Playwright - **测试框架:** Pytest - **设计模式:** Page Object Model (POM) #### 安装教程 1. **安装 Python:** 确保你的环境中已安装 Python 3.8+。 2. **克隆仓库:** `git clone ` 3. **安装依赖:** `pip install -r requirements.txt` #### 使用说明 1. **运行所有测试:** ```bash pytest ``` 2. **生成测试报告:** ```bash pytest --html=report.html ``` #### 新更改