# UIautoDemo **Repository Path**: taylortaurus/UIautoDemo ## Basic Information - **Project Name**: UIautoDemo - **Description**: UI自动化测试框架模板 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UIautoDemo UI自动化测试框架模板 #### 项目架构 ``` - PoiumAutoTest/ - |── test_case/ - |──models/ - |── url.py - |──pageObject/ - |── loginPage.py - |── test_login.py - |── Browser_Driver/ - |── chromedriver - |── reports/ - |—— 年_月_日_时_分_秒_result.html - └── run.py ``` #### 依赖库 1. Python3.7.4+ 2. poium0.6.3+(pip install poium) 3. seldom1.5.6+(pip install seldom)